#8CAFD5

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

Shades of Polo Blue #8CAFD5

Tints of Polo Blue #8CAFD5

Color information

#8CAFD5 (or 0x8CAFD5) is unknown color: approx Polo Blue. HEX triplet: 8C, AF and D5. RGB value is (140,175,213). Sum of RGB (Red+Green+Blue) = 140+175+213=528 (69% of max value = 765). Red value is 140 (55.08% from 255 or 26.52% from 528); Green value is 175 (68.75% from 255 or 33.14% from 528); Blue value is 213 (83.59% from 255 or 40.34% from 528); Max value from RGB is 213 - color contains mainly: blue. Hex color #8CAFD5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8CAFD5 is #73502A. Grayscale: #A8A8A8. Windows color (decimal): -7557163 or 14004108. OLE color: 14004108.

HSL color Cylindrical-coordinate representation of color #8CAFD5: hue angle of 211.23º degrees, saturation: 0.46, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8CAFD5 is Cyan = 0.34, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB140175213-
CMYK0.340.1800.16
HSL211.23º46.5%69.22%-
HSV(B)211.23º34.27%83.53%-
XYZ38.1641.0468.86-
YUV168.87152.9107.41-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 26.52%
GREEN value IS 175 (68.75% from 255) = 33.14%
BLUE value IS 213 (83.59% from 255) = 40.34%
R=26.52%
G=33.14%
B=40.34%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1401752130.340.1800.16211.2346.569.22
Hex8CAFD52212010d32e45
Octal214257325422202032356105
Binary10001100101011111101010110001010010010000110100111011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CAFD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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