#8BB1CC

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

Shades of Polo Blue #8BB1CC

Tints of Polo Blue #8BB1CC

Color information

#8BB1CC (or 0x8BB1CC) is unknown color: approx Polo Blue. HEX triplet: 8B, B1 and CC. RGB value is (139,177,204). Sum of RGB (Red+Green+Blue) = 139+177+204=520 (68% of max value = 765). Red value is 139 (54.69% from 255 or 26.73% from 520); Green value is 177 (69.53% from 255 or 34.04% from 520); Blue value is 204 (80.08% from 255 or 39.23% from 520); Max value from RGB is 204 - color contains mainly: blue. Hex color #8BB1CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8BB1CC is #744E33. Grayscale: #A8A8A8. Windows color (decimal): -7622196 or 13414795. OLE color: 13414795.

HSL color Cylindrical-coordinate representation of color #8BB1CC: hue angle of 204.92º degrees, saturation: 0.39, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8BB1CC is Cyan = 0.32, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB139177204-
CMYK0.320.1300.2
HSL204.92º38.92%67.25%-
HSV(B)204.92º31.86%80%-
XYZ37.2741.2963.13-
YUV168.72147.91106.8-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 26.73%
GREEN value IS 177 (69.53% from 255) = 34.04%
BLUE value IS 204 (80.08% from 255) = 39.23%
R=26.73%
G=34.04%
B=39.23%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1391772040.320.1300.2204.9238.9267.25
Hex8BB1CC20D014cd2743
Octal213261314401502431547103
Binary1000101110110001110011001000001101010100110011011001111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BB1CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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