#96ABCB

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

Shades of Polo Blue #96ABCB

Tints of Polo Blue #96ABCB

Color information

#96ABCB (or 0x96ABCB) is unknown color: approx Polo Blue. HEX triplet: 96, AB and CB. RGB value is (150,171,203). Sum of RGB (Red+Green+Blue) = 150+171+203=524 (69% of max value = 765). Red value is 150 (58.98% from 255 or 28.63% from 524); Green value is 171 (67.19% from 255 or 32.63% from 524); Blue value is 203 (79.69% from 255 or 38.74% from 524); Max value from RGB is 203 - color contains mainly: blue. Hex color #96ABCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #96ABCB is #695434. Grayscale: #A8A8A8. Windows color (decimal): -6902837 or 13347734. OLE color: 13347734.

HSL color Cylindrical-coordinate representation of color #96ABCB: hue angle of 216.23º degrees, saturation: 0.34, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #96ABCB is Cyan = 0.26, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB150171203-
CMYK0.260.1600.20
HSL216.23º33.76%69.22%-
HSV(B)216.23º26.11%79.61%-
XYZ37.9239.9262.21-
YUV168.37147.54114.9-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 28.63%
GREEN value IS 171 (67.19% from 255) = 32.63%
BLUE value IS 203 (79.69% from 255) = 38.74%
R=28.63%
G=32.63%
B=38.74%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1501712030.260.1600.20216.2333.7669.22
Hex96ABCB1A10014d82245
Octal226253313322002433042105
Binary1001011010101011110010111101010000010100110110001000101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96ABCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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