Html Css Color HEX #96AADF Echo Blue

📋 copy color: '#96AADF'

red 150 ◦ green 170 ◦ blue 223

#96AADF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Echo Blue #96AADF

Tints of Echo Blue #96AADF

RGB

 RED value IS 150 (58.98% from 255) = 27.62%

 GREEN value IS 170 (66.8% from 255) = 31.31%

 BLUE value IS 223 (87.5% from 255) = 41.07%

R = 27.62%
G = 31.31%
B = 41.07%

CMYK

 C value IS 0.33

 M value IS 0.24

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#96AADF (or 0x96AADF) is known color: Echo Blue. HEX triplet: 96, AA and DF. RGB value is (150,170,223). Sum of RGB (Red+Green+Blue) = 150+170+223=543 (71% of max value = 765). Red value is 150 (58.98% from 255 or 27.62% from 543); Green value is 170 (66.80% from 255 or 31.31% from 543); Blue value is 223 (87.5% from 255 or 41.07% from 543); Max value from RGB is 223 - color contains mainly: blue. Hex color #96AADF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #96AADF is #695520. Grayscale: #A9A9A9. Windows color (decimal): -6903073 or 14658198. OLE color: 14658198.

HSL color Cylindrical-coordinate representation of color #96AADF: hue angle of 223.56º degrees, saturation: 0.53, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #96AADF is Cyan = 0.33, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 150 170 223 -
CMYK 0.33 0.24 0 0.13
HSL 223.56º 0.53% 0.73% -
HSV(B) 223.56º 0.33% 0.87% -
XYZ 40.27 40.56 75.52 -
YUV 170.06 157.87 113.69 -
System Red Green Blue C M Y K H S L
Decimal 150 170 223 0.33 0.24 0 0.13 223.56 0.53 0.73
Hex 96 AA DF 21 18 0 D E0 35 49
Octal 226 252 337 41 30 0 15 340 65 111
Binary 10010110 10101010 11011111 100001 11000 0 1101 11100000 110101 1001001

Color Harmonies of #96AADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96AADF

Black with #96AADF

Text Example


Text Example

White with #96AADF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,170,223); }

 H1.HeaderClassName
 {
   color: #96AADF;
 }
 .AnyTagClassName
 {
   color: #96AADF;
 }
</style>

background-color css

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

 a { background-color: rgb(150,170,223); }

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

border-color css

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

 span { border-color: rgb(150,170,223); }

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