#96AFCA

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

Shades of Polo Blue #96AFCA

Tints of Polo Blue #96AFCA

Color information

#96AFCA (or 0x96AFCA) is unknown color: approx Polo Blue. HEX triplet: 96, AF and CA. RGB value is (150,175,202). Sum of RGB (Red+Green+Blue) = 150+175+202=527 (69% of max value = 765). Red value is 150 (58.98% from 255 or 28.46% from 527); Green value is 175 (68.75% from 255 or 33.21% from 527); Blue value is 202 (79.30% from 255 or 38.33% from 527); Max value from RGB is 202 - color contains mainly: blue. Hex color #96AFCA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #96AFCA is #695035. Grayscale: #AAAAAA. Windows color (decimal): -6901814 or 13283222. OLE color: 13283222.

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

Color convert

RGB150175202-
CMYK0.260.1300.21
HSL211.15º32.91%69.02%-
HSV(B)211.15º25.74%79.22%-
XYZ38.5741.4161.84-
YUV170.6145.72113.3-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 28.46%
GREEN value IS 175 (68.75% from 255) = 33.21%
BLUE value IS 202 (79.30% from 255) = 38.33%
R=28.46%
G=33.21%
B=38.33%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1501752020.260.1300.21211.1532.9169.02
Hex96AFCA1AD015d32145
Octal226257312321502532341105
Binary100101101010111111001010110101101010101110100111000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96AFCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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