#8CAFCB

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

Shades of Polo Blue #8CAFCB

Tints of Polo Blue #8CAFCB

Color information

#8CAFCB (or 0x8CAFCB) is unknown color: approx Polo Blue. HEX triplet: 8C, AF and CB. RGB value is (140,175,203). Sum of RGB (Red+Green+Blue) = 140+175+203=518 (68% of max value = 765). Red value is 140 (55.08% from 255 or 27.03% from 518); Green value is 175 (68.75% from 255 or 33.78% from 518); Blue value is 203 (79.69% from 255 or 39.19% from 518); Max value from RGB is 203 - color contains mainly: blue. Hex color #8CAFCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8CAFCB is #735034. Grayscale: #A7A7A7. Windows color (decimal): -7557173 or 13348748. OLE color: 13348748.

HSL color Cylindrical-coordinate representation of color #8CAFCB: hue angle of 206.67º degrees, saturation: 0.38, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8CAFCB is Cyan = 0.31, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB140175203-
CMYK0.310.1400.20
HSL206.67º37.72%67.25%-
HSV(B)206.67º31.03%79.61%-
XYZ36.9240.5562.38-
YUV167.73147.9108.22-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 27.03%
GREEN value IS 175 (68.75% from 255) = 33.78%
BLUE value IS 203 (79.69% from 255) = 39.19%
R=27.03%
G=33.78%
B=39.19%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1401752030.310.1400.20206.6737.7267.25
Hex8CAFCB1FE014cf2643
Octal214257313371602431746103
Binary100011001010111111001011111111110010100110011111001101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CAFCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,175,203); }

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

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

 a { background-color: rgb(140,175,203); }

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

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

 span { border-color: rgb(140,175,203); }

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