#96ACC5

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

Shades of Polo Blue #96ACC5

Tints of Polo Blue #96ACC5

Color information

#96ACC5 (or 0x96ACC5) is unknown color: approx Polo Blue. HEX triplet: 96, AC and C5. RGB value is (150,172,197). Sum of RGB (Red+Green+Blue) = 150+172+197=519 (68% of max value = 765). Red value is 150 (58.98% from 255 or 28.90% from 519); Green value is 172 (67.58% from 255 or 33.14% from 519); Blue value is 197 (77.34% from 255 or 37.96% from 519); Max value from RGB is 197 - color contains mainly: blue. Hex color #96ACC5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #96ACC5 is #69533A. Grayscale: #A8A8A8. Windows color (decimal): -6902587 or 12954774. OLE color: 12954774.

HSL color Cylindrical-coordinate representation of color #96ACC5: hue angle of 211.91º 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 #96ACC5 is Cyan = 0.24, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB150172197-
CMYK0.240.1300.23
HSL211.91º28.83%68.04%-
HSV(B)211.91º23.86%77.25%-
XYZ37.4140.0258.58-
YUV168.27144.21114.97-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 28.90%
GREEN value IS 172 (67.58% from 255) = 33.14%
BLUE value IS 197 (77.34% from 255) = 37.96%
R=28.90%
G=33.14%
B=37.96%

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
Decimal1501721970.240.1300.23211.9128.8368.04
Hex96ACC518D017d41d44
Octal226254305301502732435104
Binary10010110101011001100010111000110101011111010100111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96ACC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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