#96AFD0

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

Shades of Polo Blue #96AFD0

Tints of Polo Blue #96AFD0

Color information

#96AFD0 (or 0x96AFD0) is unknown color: approx Polo Blue. HEX triplet: 96, AF and D0. RGB value is (150,175,208). Sum of RGB (Red+Green+Blue) = 150+175+208=533 (70% of max value = 765). Red value is 150 (58.98% from 255 or 28.14% from 533); Green value is 175 (68.75% from 255 or 32.83% from 533); Blue value is 208 (81.64% from 255 or 39.02% from 533); Max value from RGB is 208 - color contains mainly: blue. Hex color #96AFD0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #96AFD0 is #69502F. Grayscale: #ABABAB. Windows color (decimal): -6901808 or 13676438. OLE color: 13676438.

HSL color Cylindrical-coordinate representation of color #96AFD0: hue angle of 214.14º degrees, saturation: 0.38, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #96AFD0 is Cyan = 0.28, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB150175208-
CMYK0.280.1600.18
HSL214.14º38.16%70.2%-
HSV(B)214.14º27.88%81.57%-
XYZ39.2941.765.65-
YUV171.29148.72112.82-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 28.14%
GREEN value IS 175 (68.75% from 255) = 32.83%
BLUE value IS 208 (81.64% from 255) = 39.02%
R=28.14%
G=32.83%
B=39.02%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1501752080.280.1600.18214.1438.1670.2
Hex96AFD01C10012d62646
Octal226257320342002232646106
Binary1001011010101111110100001110010000010010110101101001101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96AFD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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