#8CAFDD

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

Shades of Polo Blue #8CAFDD

Tints of Polo Blue #8CAFDD

Color information

#8CAFDD (or 0x8CAFDD) is unknown color: approx Polo Blue. HEX triplet: 8C, AF and DD. RGB value is (140,175,221). Sum of RGB (Red+Green+Blue) = 140+175+221=536 (70% of max value = 765). Red value is 140 (55.08% from 255 or 26.12% from 536); Green value is 175 (68.75% from 255 or 32.65% from 536); Blue value is 221 (86.72% from 255 or 41.23% from 536); Max value from RGB is 221 - color contains mainly: blue. Hex color #8CAFDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8CAFDD is #735022. Grayscale: #A9A9A9. Windows color (decimal): -7557155 or 14528396. OLE color: 14528396.

HSL color Cylindrical-coordinate representation of color #8CAFDD: hue angle of 214.07º degrees, saturation: 0.54, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8CAFDD is Cyan = 0.37, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB140175221-
CMYK0.370.2100.13
HSL214.07º54.36%70.78%-
HSV(B)214.07º36.65%86.67%-
XYZ39.241.4674.34-
YUV169.78156.9106.76-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 26.12%
GREEN value IS 175 (68.75% from 255) = 32.65%
BLUE value IS 221 (86.72% from 255) = 41.23%
R=26.12%
G=32.65%
B=41.23%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1401752210.370.2100.13214.0754.3670.78
Hex8CAFDD25150Dd63647
Octal214257335452501532666107
Binary1000110010101111110111011001011010101101110101101101101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CAFDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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