#96B8DD

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

Shades of Polo Blue #96B8DD

Tints of Polo Blue #96B8DD

Color information

#96B8DD (or 0x96B8DD) is unknown color: approx Polo Blue. HEX triplet: 96, B8 and DD. RGB value is (150,184,221). Sum of RGB (Red+Green+Blue) = 150+184+221=555 (73% of max value = 765). Red value is 150 (58.98% from 255 or 27.03% from 555); Green value is 184 (72.27% from 255 or 33.15% from 555); Blue value is 221 (86.72% from 255 or 39.82% from 555); Max value from RGB is 221 - color contains mainly: blue. Hex color #96B8DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96B8DD is #694722. Grayscale: #B1B1B1. Windows color (decimal): -6899491 or 14530710. OLE color: 14530710.

HSL color Cylindrical-coordinate representation of color #96B8DD: hue angle of 211.27º degrees, saturation: 0.51, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #96B8DD is Cyan = 0.32, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB150184221-
CMYK0.320.1700.13
HSL211.27º51.08%72.75%-
HSV(B)211.27º32.13%86.67%-
XYZ42.7745.9975.03-
YUV178.05152.24107.99-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 27.03%
GREEN value IS 184 (72.27% from 255) = 33.15%
BLUE value IS 221 (86.72% from 255) = 39.82%
R=27.03%
G=33.15%
B=39.82%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1501842210.320.1700.13211.2751.0872.75
Hex96B8DD20110Dd33349
Octal226270335402101532363111
Binary1001011010111000110111011000001000101101110100111100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96B8DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96B8DD; }

 p { color: rgb(150,184,221); }

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

<style>
 a { background-color: #96B8DD; }

 a { background-color: rgb(150,184,221); }

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

<style>
 span { border-color: #96B8DD; }

 span { border-color: rgb(150,184,221); }

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