Html Css Color HEX #96ADDE Echo Blue

📋 copy color: '#96ADDE'

red 150 ◦ green 173 ◦ blue 222

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

Shades of Echo Blue #96ADDE

Tints of Echo Blue #96ADDE

RGB

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

 GREEN value IS 173 (67.97% from 255) = 31.74%

 BLUE value IS 222 (87.11% from 255) = 40.73%

R = 27.52%
G = 31.74%
B = 40.73%

CMYK

 C value IS 0.32

 M value IS 0.22

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#96ADDE (or 0x96ADDE) is known color: Echo Blue. HEX triplet: 96, AD and DE. RGB value is (150,173,222). Sum of RGB (Red+Green+Blue) = 150+173+222=545 (72% of max value = 765). Red value is 150 (58.98% from 255 or 27.52% from 545); Green value is 173 (67.97% from 255 or 31.74% from 545); Blue value is 222 (87.11% from 255 or 40.73% from 545); Max value from RGB is 222 - color contains mainly: blue. Hex color #96ADDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #96ADDE is #695221. Grayscale: #ABABAB. Windows color (decimal): -6902306 or 14593430. OLE color: 14593430.

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

Color convert

RGB 150 173 222 -
CMYK 0.32 0.22 0 0.13
HSL 220.83º 0.52% 0.73% -
HSV(B) 220.83º 0.32% 0.87% -
XYZ 40.71 41.65 75 -
YUV 171.71 156.38 112.52 -
System Red Green Blue C M Y K H S L
Decimal 150 173 222 0.32 0.22 0 0.13 220.83 0.52 0.73
Hex 96 AD DE 20 16 0 D DD 34 49
Octal 226 255 336 40 26 0 15 335 64 111
Binary 10010110 10101101 11011110 100000 10110 0 1101 11011101 110100 1001001

Color Harmonies of #96ADDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96ADDE

Black with #96ADDE

Text Example


Text Example

White with #96ADDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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