#8BB5DA

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

Shades of Polo Blue #8BB5DA

Tints of Polo Blue #8BB5DA

Color information

#8BB5DA (or 0x8BB5DA) is unknown color: approx Polo Blue. HEX triplet: 8B, B5 and DA. RGB value is (139,181,218). Sum of RGB (Red+Green+Blue) = 139+181+218=538 (71% of max value = 765). Red value is 139 (54.69% from 255 or 25.84% from 538); Green value is 181 (71.09% from 255 or 33.64% from 538); Blue value is 218 (85.55% from 255 or 40.52% from 538); Max value from RGB is 218 - color contains mainly: blue. Hex color #8BB5DA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BB5DA is #744A25. Grayscale: #ACACAC. Windows color (decimal): -7621158 or 14333323. OLE color: 14333323.

HSL color Cylindrical-coordinate representation of color #8BB5DA: hue angle of 208.1º degrees, saturation: 0.52, 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 #8BB5DA is Cyan = 0.36, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB139181218-
CMYK0.360.1700.15
HSL208.1º51.63%70%-
HSV(B)208.1º36.24%85.49%-
XYZ39.8343.672.65-
YUV172.66153.59103.99-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 25.84%
GREEN value IS 181 (71.09% from 255) = 33.64%
BLUE value IS 218 (85.55% from 255) = 40.52%
R=25.84%
G=33.64%
B=40.52%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1391812180.360.1700.15208.151.6370
Hex8BB5DA24110Fd03446
Octal213265332442101732064106
Binary1000101110110101110110101001001000101111110100001101001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BB5DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,181,218); }

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

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

 a { background-color: rgb(139,181,218); }

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

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

 span { border-color: rgb(139,181,218); }

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