#8CADDB

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

Shades of Polo Blue #8CADDB

Tints of Polo Blue #8CADDB

Color information

#8CADDB (or 0x8CADDB) is unknown color: approx Polo Blue. HEX triplet: 8C, AD and DB. RGB value is (140,173,219). Sum of RGB (Red+Green+Blue) = 140+173+219=532 (70% of max value = 765). Red value is 140 (55.08% from 255 or 26.32% from 532); Green value is 173 (67.97% from 255 or 32.52% from 532); Blue value is 219 (85.94% from 255 or 41.17% from 532); Max value from RGB is 219 - color contains mainly: blue. Hex color #8CADDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8CADDB is #735224. Grayscale: #A8A8A8. Windows color (decimal): -7557669 or 14396812. OLE color: 14396812.

HSL color Cylindrical-coordinate representation of color #8CADDB: hue angle of 214.94º degrees, saturation: 0.52, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8CADDB is Cyan = 0.36, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB140173219-
CMYK0.360.2100.14
HSL214.94º52.32%70.39%-
HSV(B)214.94º36.07%85.88%-
XYZ38.5440.5872.82-
YUV168.38156.57107.76-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 26.32%
GREEN value IS 173 (67.97% from 255) = 32.52%
BLUE value IS 219 (85.94% from 255) = 41.17%
R=26.32%
G=32.52%
B=41.17%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1401732190.360.2100.14214.9452.3270.39
Hex8CADDB24150Ed73446
Octal214255333442501632764106
Binary1000110010101101110110111001001010101110110101111101001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CADDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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