#96ACC4

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

Shades of Polo Blue #96ACC4

Tints of Polo Blue #96ACC4

Color information

#96ACC4 (or 0x96ACC4) is unknown color: approx Polo Blue. HEX triplet: 96, AC and C4. RGB value is (150,172,196). Sum of RGB (Red+Green+Blue) = 150+172+196=518 (68% of max value = 765). Red value is 150 (58.98% from 255 or 28.96% from 518); Green value is 172 (67.58% from 255 or 33.20% from 518); Blue value is 196 (76.95% from 255 or 37.84% from 518); Max value from RGB is 196 - color contains mainly: blue. Hex color #96ACC4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #96ACC4 is #69533B. Grayscale: #A8A8A8. Windows color (decimal): -6902588 or 12889238. OLE color: 12889238.

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

Color convert

RGB150172196-
CMYK0.230.1200.23
HSL211.3º28.05%67.84%-
HSV(B)211.3º23.47%76.86%-
XYZ37.2939.9757.97-
YUV168.16143.71115.05-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 28.96%
GREEN value IS 172 (67.58% from 255) = 33.20%
BLUE value IS 196 (76.95% from 255) = 37.84%
R=28.96%
G=33.20%
B=37.84%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1501721960.230.1200.23211.328.0567.84
Hex96ACC417C017d31c44
Octal226254304271402732334104
Binary10010110101011001100010010111110001011111010011111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96ACC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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