#96ADCD

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

Shades of Polo Blue #96ADCD

Tints of Polo Blue #96ADCD

Color information

#96ADCD (or 0x96ADCD) is unknown color: approx Polo Blue. HEX triplet: 96, AD and CD. RGB value is (150,173,205). Sum of RGB (Red+Green+Blue) = 150+173+205=528 (69% of max value = 765). Red value is 150 (58.98% from 255 or 28.41% from 528); Green value is 173 (67.97% from 255 or 32.77% from 528); Blue value is 205 (80.47% from 255 or 38.83% from 528); Max value from RGB is 205 - color contains mainly: blue. Hex color #96ADCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #96ADCD is #695232. Grayscale: #A9A9A9. Windows color (decimal): -6902323 or 13479318. OLE color: 13479318.

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

Color convert

RGB150173205-
CMYK0.270.1600.20
HSL214.91º35.48%69.61%-
HSV(B)214.91º26.83%80.39%-
XYZ38.5440.7863.6-
YUV169.77147.88113.9-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 28.41%
GREEN value IS 173 (67.97% from 255) = 32.77%
BLUE value IS 205 (80.47% from 255) = 38.83%
R=28.41%
G=32.77%
B=38.83%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1501732050.270.1600.20214.9135.4869.61
Hex96ADCD1B10014d72346
Octal226255315332002432743106
Binary1001011010101101110011011101110000010100110101111000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96ADCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,173,205); }

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

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

 a { background-color: rgb(150,173,205); }

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

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

 span { border-color: rgb(150,173,205); }

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