#96AFDC

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

Shades of Echo Blue #96AFDC

Tints of Echo Blue #96AFDC

Color information

#96AFDC (or 0x96AFDC) is unknown color: approx Echo Blue. HEX triplet: 96, AF and DC. RGB value is (150,175,220). Sum of RGB (Red+Green+Blue) = 150+175+220=545 (72% of max value = 765). Red value is 150 (58.98% from 255 or 27.52% from 545); Green value is 175 (68.75% from 255 or 32.11% from 545); Blue value is 220 (86.33% from 255 or 40.37% from 545); Max value from RGB is 220 - color contains mainly: blue. Hex color #96AFDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #96AFDC is #695023. Grayscale: #ACACAC. Windows color (decimal): -6901796 or 14462870. OLE color: 14462870.

HSL color Cylindrical-coordinate representation of color #96AFDC: hue angle of 218.57º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #96AFDC is Cyan = 0.32, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB150175220-
CMYK0.320.2000.14
HSL218.57º50%72.55%-
HSV(B)218.57º31.82%86.27%-
XYZ40.8342.3173.73-
YUV172.66154.72111.84-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 27.52%
GREEN value IS 175 (68.75% from 255) = 32.11%
BLUE value IS 220 (86.33% from 255) = 40.37%
R=27.52%
G=32.11%
B=40.37%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1501752200.320.2000.14218.575072.55
Hex96AFDC20140Edb3249
Octal226257334402401633362111
Binary1001011010101111110111001000001010001110110110111100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96AFDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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