#8CAFD0

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

Shades of Polo Blue #8CAFD0

Tints of Polo Blue #8CAFD0

Color information

#8CAFD0 (or 0x8CAFD0) is unknown color: approx Polo Blue. HEX triplet: 8C, AF and D0. RGB value is (140,175,208). Sum of RGB (Red+Green+Blue) = 140+175+208=523 (69% of max value = 765). Red value is 140 (55.08% from 255 or 26.77% from 523); Green value is 175 (68.75% from 255 or 33.46% from 523); Blue value is 208 (81.64% from 255 or 39.77% from 523); Max value from RGB is 208 - color contains mainly: blue. Hex color #8CAFD0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8CAFD0 is #73502F. Grayscale: #A8A8A8. Windows color (decimal): -7557168 or 13676428. OLE color: 13676428.

HSL color Cylindrical-coordinate representation of color #8CAFD0: hue angle of 209.12º degrees, saturation: 0.42, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8CAFD0 is Cyan = 0.33, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB140175208-
CMYK0.330.1600.18
HSL209.12º41.98%68.24%-
HSV(B)209.12º32.69%81.57%-
XYZ37.5340.7965.57-
YUV168.3150.4107.82-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 26.77%
GREEN value IS 175 (68.75% from 255) = 33.46%
BLUE value IS 208 (81.64% from 255) = 39.77%
R=26.77%
G=33.46%
B=39.77%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1401752080.330.1600.18209.1241.9868.24
Hex8CAFD02110012d12a44
Octal214257320412002232152104
Binary10001100101011111101000010000110000010010110100011010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CAFD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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