Html Css Color HEX #96ADDA Echo Blue

📋 copy color: '#96ADDA'

red 150 ◦ green 173 ◦ blue 218

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

Shades of Echo Blue #96ADDA

Tints of Echo Blue #96ADDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 40.3%

R = 27.73%
G = 31.98%
B = 40.3%

CMYK

 C value IS 0.31

 M value IS 0.21

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#96ADDA (or 0x96ADDA) is known color: Echo Blue. HEX triplet: 96, AD and DA. RGB value is (150,173,218). Sum of RGB (Red+Green+Blue) = 150+173+218=541 (71% of max value = 765). Red value is 150 (58.98% from 255 or 27.73% from 541); Green value is 173 (67.97% from 255 or 31.98% from 541); Blue value is 218 (85.55% from 255 or 40.30% from 541); Max value from RGB is 218 - color contains mainly: blue. Hex color #96ADDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #96ADDA is #695225. Grayscale: #ABABAB. Windows color (decimal): -6902310 or 14331286. OLE color: 14331286.

HSL color Cylindrical-coordinate representation of color #96ADDA: hue angle of 219.71º degrees, saturation: 0.48, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #96ADDA is Cyan = 0.31, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 150 173 218 -
CMYK 0.31 0.21 0 0.15
HSL 219.71º 0.48% 0.72% -
HSV(B) 219.71º 0.31% 0.85% -
XYZ 40.18 41.43 72.21 -
YUV 171.25 154.38 112.84 -
System Red Green Blue C M Y K H S L
Decimal 150 173 218 0.31 0.21 0 0.15 219.71 0.48 0.72
Hex 96 AD DA 1F 15 0 F DC 30 48
Octal 226 255 332 37 25 0 17 334 60 110
Binary 10010110 10101101 11011010 11111 10101 0 1111 11011100 110000 1001000

Color Harmonies of #96ADDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96ADDA

Black with #96ADDA

Text Example


Text Example

White with #96ADDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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