#8CAFCC

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

Shades of Polo Blue #8CAFCC

Tints of Polo Blue #8CAFCC

Color information

#8CAFCC (or 0x8CAFCC) is unknown color: approx Polo Blue. HEX triplet: 8C, AF and CC. RGB value is (140,175,204). Sum of RGB (Red+Green+Blue) = 140+175+204=519 (68% of max value = 765). Red value is 140 (55.08% from 255 or 26.97% from 519); Green value is 175 (68.75% from 255 or 33.72% from 519); Blue value is 204 (80.08% from 255 or 39.31% from 519); Max value from RGB is 204 - color contains mainly: blue. Hex color #8CAFCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8CAFCC is #735033. Grayscale: #A7A7A7. Windows color (decimal): -7557172 or 13414284. OLE color: 13414284.

HSL color Cylindrical-coordinate representation of color #8CAFCC: hue angle of 207.19º degrees, saturation: 0.39, 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 #8CAFCC is Cyan = 0.31, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB140175204-
CMYK0.310.1400.2
HSL207.19º38.55%67.45%-
HSV(B)207.19º31.37%80%-
XYZ37.0440.663.01-
YUV167.84148.4108.14-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 26.97%
GREEN value IS 175 (68.75% from 255) = 33.72%
BLUE value IS 204 (80.08% from 255) = 39.31%
R=26.97%
G=33.72%
B=39.31%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1401752040.310.1400.2207.1938.5567.45
Hex8CAFCC1FE014cf2743
Octal214257314371602431747103
Binary100011001010111111001100111111110010100110011111001111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CAFCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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