#96AECD

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

Shades of Polo Blue #96AECD

Tints of Polo Blue #96AECD

Color information

#96AECD (or 0x96AECD) is unknown color: approx Polo Blue. HEX triplet: 96, AE and CD. RGB value is (150,174,205). Sum of RGB (Red+Green+Blue) = 150+174+205=529 (70% of max value = 765). Red value is 150 (58.98% from 255 or 28.36% from 529); Green value is 174 (68.36% from 255 or 32.89% from 529); Blue value is 205 (80.47% from 255 or 38.75% from 529); Max value from RGB is 205 - color contains mainly: blue. Hex color #96AECD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #96AECD is #695132. Grayscale: #AAAAAA. Windows color (decimal): -6902067 or 13479574. OLE color: 13479574.

HSL color Cylindrical-coordinate representation of color #96AECD: hue angle of 213.82º degrees, saturation: 0.35, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #96AECD is Cyan = 0.27, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB150174205-
CMYK0.270.1500.20
HSL213.82º35.48%69.61%-
HSV(B)213.82º26.83%80.39%-
XYZ38.7341.1663.66-
YUV170.36147.55113.48-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 28.36%
GREEN value IS 174 (68.36% from 255) = 32.89%
BLUE value IS 205 (80.47% from 255) = 38.75%
R=28.36%
G=32.89%
B=38.75%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1501742050.270.1500.20213.8235.4869.61
Hex96AECD1BF014d62346
Octal226256315331702432643106
Binary100101101010111011001101110111111010100110101101000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96AECD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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