#8BB3D9

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

Shades of Polo Blue #8BB3D9

Tints of Polo Blue #8BB3D9

Color information

#8BB3D9 (or 0x8BB3D9) is unknown color: approx Polo Blue. HEX triplet: 8B, B3 and D9. RGB value is (139,179,217). Sum of RGB (Red+Green+Blue) = 139+179+217=535 (70% of max value = 765). Red value is 139 (54.69% from 255 or 25.98% from 535); Green value is 179 (70.31% from 255 or 33.46% from 535); Blue value is 217 (85.16% from 255 or 40.56% from 535); Max value from RGB is 217 - color contains mainly: blue. Hex color #8BB3D9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BB3D9 is #744C26. Grayscale: #ABABAB. Windows color (decimal): -7621671 or 14267275. OLE color: 14267275.

HSL color Cylindrical-coordinate representation of color #8BB3D9: hue angle of 209.23º degrees, saturation: 0.51, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8BB3D9 is Cyan = 0.36, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB139179217-
CMYK0.360.1800.15
HSL209.23º50.65%69.8%-
HSV(B)209.23º35.94%85.1%-
XYZ39.2942.7471.82-
YUV171.37153.75104.91-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 25.98%
GREEN value IS 179 (70.31% from 255) = 33.46%
BLUE value IS 217 (85.16% from 255) = 40.56%
R=25.98%
G=33.46%
B=40.56%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1391792170.360.1800.15209.2350.6569.8
Hex8BB3D924120Fd13346
Octal213263331442201732163106
Binary1000101110110011110110011001001001001111110100011100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BB3D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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