#8BB1CD

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

Shades of Polo Blue #8BB1CD

Tints of Polo Blue #8BB1CD

Color information

#8BB1CD (or 0x8BB1CD) is unknown color: approx Polo Blue. HEX triplet: 8B, B1 and CD. RGB value is (139,177,205). Sum of RGB (Red+Green+Blue) = 139+177+205=521 (69% of max value = 765). Red value is 139 (54.69% from 255 or 26.68% from 521); Green value is 177 (69.53% from 255 or 33.97% from 521); Blue value is 205 (80.47% from 255 or 39.35% from 521); Max value from RGB is 205 - color contains mainly: blue. Hex color #8BB1CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8BB1CD is #744E32. Grayscale: #A8A8A8. Windows color (decimal): -7622195 or 13480331. OLE color: 13480331.

HSL color Cylindrical-coordinate representation of color #8BB1CD: hue angle of 205.45º degrees, saturation: 0.4, 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 #8BB1CD is Cyan = 0.32, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB139177205-
CMYK0.320.1400.20
HSL205.45º39.76%67.45%-
HSV(B)205.45º32.2%80.39%-
XYZ37.3941.3463.77-
YUV168.83148.41106.72-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 26.68%
GREEN value IS 177 (69.53% from 255) = 33.97%
BLUE value IS 205 (80.47% from 255) = 39.35%
R=26.68%
G=33.97%
B=39.35%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1391772050.320.1400.20205.4539.7667.45
Hex8BB1CD20E014cd2843
Octal213261315401602431550103
Binary1000101110110001110011011000001110010100110011011010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BB1CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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