#96b8dc

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

Shades of Polo Blue #96B8DC

Tints of Polo Blue #96B8DC

Color information

#96B8DC (or 0x96B8DC) is unknown color: approx Polo Blue. HEX triplet: 96, B8 and DC. RGB value is (150,184,220). Sum of RGB (Red+Green+Blue) = 150+184+220=554 (73% of max value = 765). Red value is 150 (58.98% from 255 or 27.08% from 554); Green value is 184 (72.27% from 255 or 33.21% from 554); Blue value is 220 (86.33% from 255 or 39.71% from 554); Max value from RGB is 220 - color contains mainly: blue. Hex color #96B8DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96B8DC is #694723. Grayscale: #B1B1B1. Windows color (decimal): -6899492 or 14465174. OLE color: 14465174.

HSL color Cylindrical-coordinate representation of color #96B8DC: hue angle of 210.86º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #96B8DC is Cyan = 0.32, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB150184220-
CMYK0.320.1600.14
HSL210.86º50%72.55%-
HSV(B)210.86º31.82%86.27%-
XYZ42.6445.9374.33-
YUV177.94151.74108.07-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 27.08%
GREEN value IS 184 (72.27% from 255) = 33.21%
BLUE value IS 220 (86.33% from 255) = 39.71%
R=27.08%
G=33.21%
B=39.71%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1501842200.320.1600.14210.865072.55
Hex96B8DC20100Ed33249
Octal226270334402001632362111
Binary1001011010111000110111001000001000001110110100111100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96b8dc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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