#8CAFCD

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

Shades of Polo Blue #8CAFCD

Tints of Polo Blue #8CAFCD

Color information

#8CAFCD (or 0x8CAFCD) is unknown color: approx Polo Blue. HEX triplet: 8C, AF and CD. RGB value is (140,175,205). Sum of RGB (Red+Green+Blue) = 140+175+205=520 (68% of max value = 765). Red value is 140 (55.08% from 255 or 26.92% from 520); Green value is 175 (68.75% from 255 or 33.65% from 520); Blue value is 205 (80.47% from 255 or 39.42% from 520); Max value from RGB is 205 - color contains mainly: blue. Hex color #8CAFCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8CAFCD is #735032. Grayscale: #A7A7A7. Windows color (decimal): -7557171 or 13479820. OLE color: 13479820.

HSL color Cylindrical-coordinate representation of color #8CAFCD: hue angle of 207.69º degrees, saturation: 0.39, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8CAFCD is Cyan = 0.32, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB140175205-
CMYK0.320.1500.20
HSL207.69º39.39%67.65%-
HSV(B)207.69º31.71%80.39%-
XYZ37.1640.6463.64-
YUV167.96148.9108.06-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 26.92%
GREEN value IS 175 (68.75% from 255) = 33.65%
BLUE value IS 205 (80.47% from 255) = 39.42%
R=26.92%
G=33.65%
B=39.42%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1401752050.320.1500.20207.6939.3967.65
Hex8CAFCD20F014d02744
Octal214257315401702432047104
Binary1000110010101111110011011000001111010100110100001001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CAFCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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