#8FA0C2

Color #8FA0C2 Rock Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rock Blue #8FA0C2

Tints of Rock Blue #8FA0C2

Color information

#8FA0C2 (or 0x8FA0C2) is unknown color: approx Rock Blue. HEX triplet: 8F, A0 and C2. RGB value is (143,160,194). Sum of RGB (Red+Green+Blue) = 143+160+194=497 (65% of max value = 765). Red value is 143 (56.25% from 255 or 28.77% from 497); Green value is 160 (62.89% from 255 or 32.19% from 497); Blue value is 194 (76.17% from 255 or 39.03% from 497); Max value from RGB is 194 - color contains mainly: blue. Hex color #8FA0C2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8FA0C2 is #705F3D. Grayscale: #9E9E9E. Windows color (decimal): -7364414 or 12755087. OLE color: 12755087.

HSL color Cylindrical-coordinate representation of color #8FA0C2: hue angle of 220º degrees, saturation: 0.29, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8FA0C2 is Cyan = 0.26, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB143160194-
CMYK0.260.1800.24
HSL220º29.48%66.08%-
HSV(B)220º26.29%76.08%-
XYZ33.6434.8856-
YUV158.79147.87116.74-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 143 (56.25% from 255) = 28.77%
GREEN value IS 160 (62.89% from 255) = 32.19%
BLUE value IS 194 (76.17% from 255) = 39.03%
R=28.77%
G=32.19%
B=39.03%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1431601940.260.1800.2422029.4866.08
Hex8FA0C21A12018dc1d42
Octal217240302322203033435102
Binary100011111010000011000010110101001001100011011100111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FA0C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8FA0C2; }

 p { color: rgb(143,160,194); }

 H1.HeaderClassName
 {
   color: #8FA0C2;
 }
 .AnyTagClassName
 {
   color: #8FA0C2;
 }
</style>
background-color css

<style>
 a { background-color: #8FA0C2; }

 a { background-color: rgb(143,160,194); }

 div.DivClassName
 {
   background-color: #8FA0C2;
 }
 .BgClassName
 {
   background-color: #8FA0C2;
 }
</style>
border-color css

<style>
 span { border-color: #8FA0C2; }

 span { border-color: rgb(143,160,194); }

 td.TdClassName
 {
   border-color: #8FA0C2;
 }
 .TagClassName
 {
   border-color: #8FA0C2;
 }
</style>