#8BB1D0

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

Shades of Polo Blue #8BB1D0

Tints of Polo Blue #8BB1D0

Color information

#8BB1D0 (or 0x8BB1D0) is unknown color: approx Polo Blue. HEX triplet: 8B, B1 and D0. RGB value is (139,177,208). Sum of RGB (Red+Green+Blue) = 139+177+208=524 (69% of max value = 765). Red value is 139 (54.69% from 255 or 26.53% from 524); Green value is 177 (69.53% from 255 or 33.78% from 524); Blue value is 208 (81.64% from 255 or 39.69% from 524); Max value from RGB is 208 - color contains mainly: blue. Hex color #8BB1D0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8BB1D0 is #744E2F. Grayscale: #A9A9A9. Windows color (decimal): -7622192 or 13676939. OLE color: 13676939.

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

Color convert

RGB139177208-
CMYK0.330.1500.18
HSL206.96º42.33%68.04%-
HSV(B)206.96º33.17%81.57%-
XYZ37.7541.4965.69-
YUV169.17149.91106.48-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 26.53%
GREEN value IS 177 (69.53% from 255) = 33.78%
BLUE value IS 208 (81.64% from 255) = 39.69%
R=26.53%
G=33.78%
B=39.69%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1391772080.330.1500.18206.9642.3368.04
Hex8BB1D021F012cf2a44
Octal213261320411702231752104
Binary1000101110110001110100001000011111010010110011111010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BB1D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,177,208); }

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

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

 a { background-color: rgb(139,177,208); }

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

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

 span { border-color: rgb(139,177,208); }

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