#8CADD2

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

Shades of Polo Blue #8CADD2

Tints of Polo Blue #8CADD2

Color information

#8CADD2 (or 0x8CADD2) is unknown color: approx Polo Blue. HEX triplet: 8C, AD and D2. RGB value is (140,173,210). Sum of RGB (Red+Green+Blue) = 140+173+210=523 (69% of max value = 765). Red value is 140 (55.08% from 255 or 26.77% from 523); Green value is 173 (67.97% from 255 or 33.08% from 523); Blue value is 210 (82.42% from 255 or 40.15% from 523); Max value from RGB is 210 - color contains mainly: blue. Hex color #8CADD2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8CADD2 is #73522D. Grayscale: #A7A7A7. Windows color (decimal): -7557678 or 13806988. OLE color: 13806988.

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

Color convert

RGB140173210-
CMYK0.330.1800.18
HSL211.71º43.75%68.63%-
HSV(B)211.71º33.33%82.35%-
XYZ37.3940.1266.75-
YUV167.35152.07108.49-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 26.77%
GREEN value IS 173 (67.97% from 255) = 33.08%
BLUE value IS 210 (82.42% from 255) = 40.15%
R=26.77%
G=33.08%
B=40.15%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1401732100.330.1800.18211.7143.7568.63
Hex8CADD22112012d42c45
Octal214255322412202232454105
Binary10001100101011011101001010000110010010010110101001011001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CADD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,173,210); }

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

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

 a { background-color: rgb(140,173,210); }

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

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

 span { border-color: rgb(140,173,210); }

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