#8CADDD

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

Shades of Polo Blue #8CADDD

Tints of Polo Blue #8CADDD

Color information

#8CADDD (or 0x8CADDD) is unknown color: approx Polo Blue. HEX triplet: 8C, AD and DD. RGB value is (140,173,221). Sum of RGB (Red+Green+Blue) = 140+173+221=534 (70% of max value = 765). Red value is 140 (55.08% from 255 or 26.22% from 534); Green value is 173 (67.97% from 255 or 32.40% from 534); Blue value is 221 (86.72% from 255 or 41.39% from 534); Max value from RGB is 221 - color contains mainly: blue. Hex color #8CADDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8CADDD is #735222. Grayscale: #A8A8A8. Windows color (decimal): -7557667 or 14527884. OLE color: 14527884.

HSL color Cylindrical-coordinate representation of color #8CADDD: hue angle of 215.56º 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 #8CADDD is Cyan = 0.37, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB140173221-
CMYK0.370.2200.13
HSL215.56º54.36%70.78%-
HSV(B)215.56º36.65%86.67%-
XYZ38.8140.6874.21-
YUV168.6157.57107.6-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 26.22%
GREEN value IS 173 (67.97% from 255) = 32.40%
BLUE value IS 221 (86.72% from 255) = 41.39%
R=26.22%
G=32.40%
B=41.39%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1401732210.370.2200.13215.5654.3670.78
Hex8CADDD25160Dd83647
Octal214255335452601533066107
Binary1000110010101101110111011001011011001101110110001101101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CADDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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