#96B5D9

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

Shades of Polo Blue #96B5D9

Tints of Polo Blue #96B5D9

Color information

#96B5D9 (or 0x96B5D9) is unknown color: approx Polo Blue. HEX triplet: 96, B5 and D9. RGB value is (150,181,217). Sum of RGB (Red+Green+Blue) = 150+181+217=548 (72% of max value = 765). Red value is 150 (58.98% from 255 or 27.37% from 548); Green value is 181 (71.09% from 255 or 33.03% from 548); Blue value is 217 (85.16% from 255 or 39.60% from 548); Max value from RGB is 217 - color contains mainly: blue. Hex color #96B5D9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96B5D9 is #694A26. Grayscale: #AFAFAF. Windows color (decimal): -6900263 or 14267798. OLE color: 14267798.

HSL color Cylindrical-coordinate representation of color #96B5D9: hue angle of 212.24º degrees, saturation: 0.47, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #96B5D9 is Cyan = 0.31, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB150181217-
CMYK0.310.1700.15
HSL212.24º46.85%71.96%-
HSV(B)212.24º30.88%85.1%-
XYZ41.6344.5472.05-
YUV175.84151.23109.57-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 27.37%
GREEN value IS 181 (71.09% from 255) = 33.03%
BLUE value IS 217 (85.16% from 255) = 39.60%
R=27.37%
G=33.03%
B=39.60%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1501812170.310.1700.15212.2446.8571.96
Hex96B5D91F110Fd42f48
Octal226265331372101732457110
Binary100101101011010111011001111111000101111110101001011111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96B5D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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