#8CB1DB

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

Shades of Polo Blue #8CB1DB

Tints of Polo Blue #8CB1DB

Color information

#8CB1DB (or 0x8CB1DB) is unknown color: approx Polo Blue. HEX triplet: 8C, B1 and DB. RGB value is (140,177,219). Sum of RGB (Red+Green+Blue) = 140+177+219=536 (70% of max value = 765). Red value is 140 (55.08% from 255 or 26.12% from 536); Green value is 177 (69.53% from 255 or 33.02% from 536); Blue value is 219 (85.94% from 255 or 40.86% from 536); Max value from RGB is 219 - color contains mainly: blue. Hex color #8CB1DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8CB1DB is #734E24. Grayscale: #AAAAAA. Windows color (decimal): -7556645 or 14397836. OLE color: 14397836.

HSL color Cylindrical-coordinate representation of color #8CB1DB: hue angle of 211.9º 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 #8CB1DB is Cyan = 0.36, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB140177219-
CMYK0.360.1900.14
HSL211.9º52.32%70.39%-
HSV(B)211.9º36.07%85.88%-
XYZ39.3242.1373.08-
YUV170.73155.24106.08-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 26.12%
GREEN value IS 177 (69.53% from 255) = 33.02%
BLUE value IS 219 (85.94% from 255) = 40.86%
R=26.12%
G=33.02%
B=40.86%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1401772190.360.1900.14211.952.3270.39
Hex8CB1DB24130Ed43446
Octal214261333442301632464106
Binary1000110010110001110110111001001001101110110101001101001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CB1DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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