Html Css Color HEX #96AADB Echo Blue

📋 copy color: '#96AADB'

red 150 ◦ green 170 ◦ blue 219

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

Shades of Echo Blue #96AADB

Tints of Echo Blue #96AADB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 40.63%

R = 27.83%
G = 31.54%
B = 40.63%

CMYK

 C value IS 0.32

 M value IS 0.22

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#96AADB (or 0x96AADB) is known color: Echo Blue. HEX triplet: 96, AA and DB. RGB value is (150,170,219). Sum of RGB (Red+Green+Blue) = 150+170+219=539 (71% of max value = 765). Red value is 150 (58.98% from 255 or 27.83% from 539); Green value is 170 (66.80% from 255 or 31.54% from 539); Blue value is 219 (85.94% from 255 or 40.63% from 539); Max value from RGB is 219 - color contains mainly: blue. Hex color #96AADB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #96AADB is #695524. Grayscale: #A9A9A9. Windows color (decimal): -6903077 or 14396054. OLE color: 14396054.

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

Color convert

RGB 150 170 219 -
CMYK 0.32 0.22 0 0.14
HSL 222.61º 0.49% 0.72% -
HSV(B) 222.61º 0.32% 0.86% -
XYZ 39.74 40.35 72.71 -
YUV 169.61 155.87 114.02 -
System Red Green Blue C M Y K H S L
Decimal 150 170 219 0.32 0.22 0 0.14 222.61 0.49 0.72
Hex 96 AA DB 20 16 0 E DF 31 48
Octal 226 252 333 40 26 0 16 337 61 110
Binary 10010110 10101010 11011011 100000 10110 0 1110 11011111 110001 1001000

Color Harmonies of #96AADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96AADB

Black with #96AADB

Text Example


Text Example

White with #96AADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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