#8BB4CD

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

Shades of Polo Blue #8BB4CD

Tints of Polo Blue #8BB4CD

Color information

#8BB4CD (or 0x8BB4CD) is unknown color: approx Polo Blue. HEX triplet: 8B, B4 and CD. RGB value is (139,180,205). Sum of RGB (Red+Green+Blue) = 139+180+205=524 (69% of max value = 765). Red value is 139 (54.69% from 255 or 26.53% from 524); Green value is 180 (70.70% from 255 or 34.35% from 524); Blue value is 205 (80.47% from 255 or 39.12% from 524); Max value from RGB is 205 - color contains mainly: blue. Hex color #8BB4CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BB4CD is #744B32. Grayscale: #AAAAAA. Windows color (decimal): -7621427 or 13481099. OLE color: 13481099.

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

Color convert

RGB139180205-
CMYK0.320.1200.20
HSL202.73º39.76%67.45%-
HSV(B)202.73º32.2%80.39%-
XYZ37.9942.5463.97-
YUV170.59147.42105.47-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 26.53%
GREEN value IS 180 (70.70% from 255) = 34.35%
BLUE value IS 205 (80.47% from 255) = 39.12%
R=26.53%
G=34.35%
B=39.12%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1391802050.320.1200.20202.7339.7667.45
Hex8BB4CD20C014cb2843
Octal213264315401402431350103
Binary1000101110110100110011011000001100010100110010111010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BB4CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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