#8BB3CD

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

Shades of Polo Blue #8BB3CD

Tints of Polo Blue #8BB3CD

Color information

#8BB3CD (or 0x8BB3CD) is unknown color: approx Polo Blue. HEX triplet: 8B, B3 and CD. RGB value is (139,179,205). Sum of RGB (Red+Green+Blue) = 139+179+205=523 (69% of max value = 765). Red value is 139 (54.69% from 255 or 26.58% from 523); Green value is 179 (70.31% from 255 or 34.23% from 523); Blue value is 205 (80.47% from 255 or 39.20% from 523); Max value from RGB is 205 - color contains mainly: blue. Hex color #8BB3CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BB3CD is #744C32. Grayscale: #A9A9A9. Windows color (decimal): -7621683 or 13480843. OLE color: 13480843.

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

Color convert

RGB139179205-
CMYK0.320.1300.20
HSL203.64º39.76%67.45%-
HSV(B)203.64º32.2%80.39%-
XYZ37.7942.1463.9-
YUV170147.75105.89-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 26.58%
GREEN value IS 179 (70.31% from 255) = 34.23%
BLUE value IS 205 (80.47% from 255) = 39.20%
R=26.58%
G=34.23%
B=39.20%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1391792050.320.1300.20203.6439.7667.45
Hex8BB3CD20D014cc2843
Octal213263315401502431450103
Binary1000101110110011110011011000001101010100110011001010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BB3CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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