#96ABC5

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

Shades of Polo Blue #96ABC5

Tints of Polo Blue #96ABC5

Color information

#96ABC5 (or 0x96ABC5) is unknown color: approx Polo Blue. HEX triplet: 96, AB and C5. RGB value is (150,171,197). Sum of RGB (Red+Green+Blue) = 150+171+197=518 (68% of max value = 765). Red value is 150 (58.98% from 255 or 28.96% from 518); Green value is 171 (67.19% from 255 or 33.01% from 518); Blue value is 197 (77.34% from 255 or 38.03% from 518); Max value from RGB is 197 - color contains mainly: blue. Hex color #96ABC5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #96ABC5 is #69543A. Grayscale: #A7A7A7. Windows color (decimal): -6902843 or 12954518. OLE color: 12954518.

HSL color Cylindrical-coordinate representation of color #96ABC5: hue angle of 213.19º degrees, saturation: 0.29, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #96ABC5 is Cyan = 0.24, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB150171197-
CMYK0.240.1300.23
HSL213.19º28.83%68.04%-
HSV(B)213.19º23.86%77.25%-
XYZ37.2239.6458.51-
YUV167.68144.54115.39-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 28.96%
GREEN value IS 171 (67.19% from 255) = 33.01%
BLUE value IS 197 (77.34% from 255) = 38.03%
R=28.96%
G=33.01%
B=38.03%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1501711970.240.1300.23213.1928.8368.04
Hex96ABC518D017d51d44
Octal226253305301502732535104
Binary10010110101010111100010111000110101011111010101111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96ABC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,171,197); }

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

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

 a { background-color: rgb(150,171,197); }

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

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

 span { border-color: rgb(150,171,197); }

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