#8BB0D8

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

Shades of Polo Blue #8BB0D8

Tints of Polo Blue #8BB0D8

Color information

#8BB0D8 (or 0x8BB0D8) is unknown color: approx Polo Blue. HEX triplet: 8B, B0 and D8. RGB value is (139,176,216). Sum of RGB (Red+Green+Blue) = 139+176+216=531 (70% of max value = 765). Red value is 139 (54.69% from 255 or 26.18% from 531); Green value is 176 (69.14% from 255 or 33.15% from 531); Blue value is 216 (84.77% from 255 or 40.68% from 531); Max value from RGB is 216 - color contains mainly: blue. Hex color #8BB0D8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8BB0D8 is #744F27. Grayscale: #A9A9A9. Windows color (decimal): -7622440 or 14200971. OLE color: 14200971.

HSL color Cylindrical-coordinate representation of color #8BB0D8: hue angle of 211.17º degrees, saturation: 0.5, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8BB0D8 is Cyan = 0.36, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB139176216-
CMYK0.360.1900.15
HSL211.17º49.68%69.61%-
HSV(B)211.17º35.65%84.71%-
XYZ38.5741.570.94-
YUV169.5154.24106.25-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 26.18%
GREEN value IS 176 (69.14% from 255) = 33.15%
BLUE value IS 216 (84.77% from 255) = 40.68%
R=26.18%
G=33.15%
B=40.68%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1391762160.360.1900.15211.1749.6869.61
Hex8BB0D824130Fd33246
Octal213260330442301732362106
Binary1000101110110000110110001001001001101111110100111100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BB0D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,176,216); }

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

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

 a { background-color: rgb(139,176,216); }

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

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

 span { border-color: rgb(139,176,216); }

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