#96ADCA

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

Shades of Polo Blue #96ADCA

Tints of Polo Blue #96ADCA

Color information

#96ADCA (or 0x96ADCA) is unknown color: approx Polo Blue. HEX triplet: 96, AD and CA. RGB value is (150,173,202). Sum of RGB (Red+Green+Blue) = 150+173+202=525 (69% of max value = 765). Red value is 150 (58.98% from 255 or 28.57% from 525); Green value is 173 (67.97% from 255 or 32.95% from 525); Blue value is 202 (79.30% from 255 or 38.48% from 525); Max value from RGB is 202 - color contains mainly: blue. Hex color #96ADCA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #96ADCA is #695235. Grayscale: #A9A9A9. Windows color (decimal): -6902326 or 13282710. OLE color: 13282710.

HSL color Cylindrical-coordinate representation of color #96ADCA: hue angle of 213.46º 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 #96ADCA is Cyan = 0.26, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB150173202-
CMYK0.260.1400.21
HSL213.46º32.91%69.02%-
HSV(B)213.46º25.74%79.22%-
XYZ38.1840.6461.71-
YUV169.43146.38114.14-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 28.57%
GREEN value IS 173 (67.97% from 255) = 32.95%
BLUE value IS 202 (79.30% from 255) = 38.48%
R=28.57%
G=32.95%
B=38.48%

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
Decimal1501732020.260.1400.21213.4632.9169.02
Hex96ADCA1AE015d52145
Octal226255312321602532541105
Binary100101101010110111001010110101110010101110101011000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96ADCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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