#96AECA

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

Shades of Polo Blue #96AECA

Tints of Polo Blue #96AECA

Color information

#96AECA (or 0x96AECA) is unknown color: approx Polo Blue. HEX triplet: 96, AE and CA. RGB value is (150,174,202). Sum of RGB (Red+Green+Blue) = 150+174+202=526 (69% of max value = 765). Red value is 150 (58.98% from 255 or 28.52% from 526); Green value is 174 (68.36% from 255 or 33.08% from 526); Blue value is 202 (79.30% from 255 or 38.40% from 526); Max value from RGB is 202 - color contains mainly: blue. Hex color #96AECA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #96AECA is #695135. Grayscale: #A9A9A9. Windows color (decimal): -6902070 or 13282966. OLE color: 13282966.

HSL color Cylindrical-coordinate representation of color #96AECA: hue angle of 212.31º degrees, saturation: 0.33, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #96AECA is Cyan = 0.26, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB150174202-
CMYK0.260.1400.21
HSL212.31º32.91%69.02%-
HSV(B)212.31º25.74%79.22%-
XYZ38.3741.0261.77-
YUV170.02146.05113.72-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 28.52%
GREEN value IS 174 (68.36% from 255) = 33.08%
BLUE value IS 202 (79.30% from 255) = 38.40%
R=28.52%
G=33.08%
B=38.40%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1501742020.260.1400.21212.3132.9169.02
Hex96AECA1AE015d42145
Octal226256312321602532441105
Binary100101101010111011001010110101110010101110101001000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96AECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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