#96AFCB

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

Shades of Polo Blue #96AFCB

Tints of Polo Blue #96AFCB

Color information

#96AFCB (or 0x96AFCB) is unknown color: approx Polo Blue. HEX triplet: 96, AF and CB. RGB value is (150,175,203). Sum of RGB (Red+Green+Blue) = 150+175+203=528 (69% of max value = 765). Red value is 150 (58.98% from 255 or 28.41% from 528); Green value is 175 (68.75% from 255 or 33.14% from 528); Blue value is 203 (79.69% from 255 or 38.45% from 528); Max value from RGB is 203 - color contains mainly: blue. Hex color #96AFCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #96AFCB is #695034. Grayscale: #AAAAAA. Windows color (decimal): -6901813 or 13348758. OLE color: 13348758.

HSL color Cylindrical-coordinate representation of color #96AFCB: hue angle of 211.7º 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 #96AFCB is Cyan = 0.26, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB150175203-
CMYK0.260.1400.20
HSL211.7º33.76%69.22%-
HSV(B)211.7º26.11%79.61%-
XYZ38.6941.4662.46-
YUV170.72146.22113.22-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 28.41%
GREEN value IS 175 (68.75% from 255) = 33.14%
BLUE value IS 203 (79.69% from 255) = 38.45%
R=28.41%
G=33.14%
B=38.45%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1501752030.260.1400.20211.733.7669.22
Hex96AFCB1AE014d42245
Octal226257313321602432442105
Binary100101101010111111001011110101110010100110101001000101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96AFCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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