#96ABC9

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

Shades of Polo Blue #96ABC9

Tints of Polo Blue #96ABC9

Color information

#96ABC9 (or 0x96ABC9) is unknown color: approx Polo Blue. HEX triplet: 96, AB and C9. RGB value is (150,171,201). Sum of RGB (Red+Green+Blue) = 150+171+201=522 (69% of max value = 765). Red value is 150 (58.98% from 255 or 28.74% from 522); Green value is 171 (67.19% from 255 or 32.76% from 522); Blue value is 201 (78.91% from 255 or 38.51% from 522); Max value from RGB is 201 - color contains mainly: blue. Hex color #96ABC9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #96ABC9 is #695436. Grayscale: #A8A8A8. Windows color (decimal): -6902839 or 13216662. OLE color: 13216662.

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

Color convert

RGB150171201-
CMYK0.250.1500.21
HSL215.29º32.08%68.82%-
HSV(B)215.29º25.37%78.82%-
XYZ37.6839.8360.96-
YUV168.14146.54115.06-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 28.74%
GREEN value IS 171 (67.19% from 255) = 32.76%
BLUE value IS 201 (78.91% from 255) = 38.51%
R=28.74%
G=32.76%
B=38.51%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1501712010.250.1500.21215.2932.0868.82
Hex96ABC919F015d72045
Octal226253311311702532740105
Binary100101101010101111001001110011111010101110101111000001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96ABC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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