#96AED8

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

Shades of Polo Blue #96AED8

Tints of Polo Blue #96AED8

Color information

#96AED8 (or 0x96AED8) is unknown color: approx Polo Blue. HEX triplet: 96, AE and D8. RGB value is (150,174,216). Sum of RGB (Red+Green+Blue) = 150+174+216=540 (71% of max value = 765). Red value is 150 (58.98% from 255 or 27.78% from 540); Green value is 174 (68.36% from 255 or 32.22% from 540); Blue value is 216 (84.77% from 255 or 40% from 540); Max value from RGB is 216 - color contains mainly: blue. Hex color #96AED8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #96AED8 is #695127. Grayscale: #ABABAB. Windows color (decimal): -6902056 or 14200470. OLE color: 14200470.

HSL color Cylindrical-coordinate representation of color #96AED8: hue angle of 218.18º degrees, saturation: 0.46, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #96AED8 is Cyan = 0.31, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB150174216-
CMYK0.310.1900.15
HSL218.18º45.83%71.76%-
HSV(B)218.18º30.56%84.71%-
XYZ40.1141.7170.9-
YUV171.61153.05112.58-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 27.78%
GREEN value IS 174 (68.36% from 255) = 32.22%
BLUE value IS 216 (84.77% from 255) = 40%
R=27.78%
G=32.22%
B=40%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1501742160.310.1900.15218.1845.8371.76
Hex96AED81F130Fda2e48
Octal226256330372301733256110
Binary100101101010111011011000111111001101111110110101011101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96AED8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,174,216); }

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

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

 a { background-color: rgb(150,174,216); }

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

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

 span { border-color: rgb(150,174,216); }

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