#96AED7

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

Shades of Polo Blue #96AED7

Tints of Polo Blue #96AED7

Color information

#96AED7 (or 0x96AED7) is unknown color: approx Polo Blue. HEX triplet: 96, AE and D7. RGB value is (150,174,215). Sum of RGB (Red+Green+Blue) = 150+174+215=539 (71% of max value = 765). Red value is 150 (58.98% from 255 or 27.83% from 539); Green value is 174 (68.36% from 255 or 32.28% from 539); Blue value is 215 (84.38% from 255 or 39.89% from 539); Max value from RGB is 215 - color contains mainly: blue. Hex color #96AED7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #96AED7 is #695128. Grayscale: #ABABAB. Windows color (decimal): -6902057 or 14134934. OLE color: 14134934.

HSL color Cylindrical-coordinate representation of color #96AED7: hue angle of 217.85º degrees, saturation: 0.45, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #96AED7 is Cyan = 0.30, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB150174215-
CMYK0.300.1900.16
HSL217.85º44.83%71.57%-
HSV(B)217.85º30.23%84.31%-
XYZ39.9841.6670.22-
YUV171.5152.55112.67-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 27.83%
GREEN value IS 174 (68.36% from 255) = 32.28%
BLUE value IS 215 (84.38% from 255) = 39.89%
R=27.83%
G=32.28%
B=39.89%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1501742150.300.1900.16217.8544.8371.57
Hex96AED71E13010da2d48
Octal226256327362302033255110
Binary1001011010101110110101111111010011010000110110101011011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96AED7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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