#96B3D1

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

Shades of Polo Blue #96B3D1

Tints of Polo Blue #96B3D1

Color information

#96B3D1 (or 0x96B3D1) is unknown color: approx Polo Blue. HEX triplet: 96, B3 and D1. RGB value is (150,179,209). Sum of RGB (Red+Green+Blue) = 150+179+209=538 (71% of max value = 765). Red value is 150 (58.98% from 255 or 27.88% from 538); Green value is 179 (70.31% from 255 or 33.27% from 538); Blue value is 209 (82.03% from 255 or 38.85% from 538); Max value from RGB is 209 - color contains mainly: blue. Hex color #96B3D1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96B3D1 is #694C2E. Grayscale: #ADADAD. Windows color (decimal): -6900783 or 13742998. OLE color: 13742998.

HSL color Cylindrical-coordinate representation of color #96B3D1: hue angle of 210.51º degrees, saturation: 0.39, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #96B3D1 is Cyan = 0.28, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB150179209-
CMYK0.280.1400.18
HSL210.51º39.07%70.39%-
HSV(B)210.51º28.23%81.96%-
XYZ40.2143.3366.57-
YUV173.75147.89111.06-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 27.88%
GREEN value IS 179 (70.31% from 255) = 33.27%
BLUE value IS 209 (82.03% from 255) = 38.85%
R=27.88%
G=33.27%
B=38.85%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1501792090.280.1400.18210.5139.0770.39
Hex96B3D11CE012d32746
Octal226263321341602232347106
Binary100101101011001111010001111001110010010110100111001111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96B3D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,179,209); }

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

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

 a { background-color: rgb(150,179,209); }

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

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

 span { border-color: rgb(150,179,209); }

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