#96AED2

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

Shades of Polo Blue #96AED2

Tints of Polo Blue #96AED2

Color information

#96AED2 (or 0x96AED2) is unknown color: approx Polo Blue. HEX triplet: 96, AE and D2. RGB value is (150,174,210). Sum of RGB (Red+Green+Blue) = 150+174+210=534 (70% of max value = 765). Red value is 150 (58.98% from 255 or 28.09% from 534); Green value is 174 (68.36% from 255 or 32.58% from 534); Blue value is 210 (82.42% from 255 or 39.33% from 534); Max value from RGB is 210 - color contains mainly: blue. Hex color #96AED2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #96AED2 is #69512D. Grayscale: #AAAAAA. Windows color (decimal): -6902062 or 13807254. OLE color: 13807254.

HSL color Cylindrical-coordinate representation of color #96AED2: hue angle of 216º degrees, saturation: 0.4, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #96AED2 is Cyan = 0.29, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB150174210-
CMYK0.290.1700.18
HSL216º40%70.59%-
HSV(B)216º28.57%82.35%-
XYZ39.3541.4166.89-
YUV170.93150.05113.07-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 28.09%
GREEN value IS 174 (68.36% from 255) = 32.58%
BLUE value IS 210 (82.42% from 255) = 39.33%
R=28.09%
G=32.58%
B=39.33%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1501742100.290.1700.182164070.59
Hex96AED21D11012d82847
Octal226256322352102233050107
Binary1001011010101110110100101110110001010010110110001010001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96AED2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,174,210); }

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

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

 a { background-color: rgb(150,174,210); }

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

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

 span { border-color: rgb(150,174,210); }

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