#96B5DC

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

Shades of Polo Blue #96B5DC

Tints of Polo Blue #96B5DC

Color information

#96B5DC (or 0x96B5DC) is unknown color: approx Polo Blue. HEX triplet: 96, B5 and DC. RGB value is (150,181,220). Sum of RGB (Red+Green+Blue) = 150+181+220=551 (72% of max value = 765). Red value is 150 (58.98% from 255 or 27.22% from 551); Green value is 181 (71.09% from 255 or 32.85% from 551); Blue value is 220 (86.33% from 255 or 39.93% from 551); Max value from RGB is 220 - color contains mainly: blue. Hex color #96B5DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96B5DC is #694A23. Grayscale: #AFAFAF. Windows color (decimal): -6900260 or 14464406. OLE color: 14464406.

HSL color Cylindrical-coordinate representation of color #96B5DC: hue angle of 213.43º 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 #96B5DC is Cyan = 0.32, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB150181220-
CMYK0.320.1800.14
HSL213.43º50%72.55%-
HSV(B)213.43º31.82%86.27%-
XYZ42.0244.774.12-
YUV176.18152.73109.33-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 27.22%
GREEN value IS 181 (71.09% from 255) = 32.85%
BLUE value IS 220 (86.33% from 255) = 39.93%
R=27.22%
G=32.85%
B=39.93%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1501812200.320.1800.14213.435072.55
Hex96B5DC20120Ed53249
Octal226265334402201632562111
Binary1001011010110101110111001000001001001110110101011100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96B5DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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