Html Css Color HEX #96ADDB Echo Blue

📋 copy color: '#96ADDB'

red 150 ◦ green 173 ◦ blue 219

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

Shades of Echo Blue #96ADDB

Tints of Echo Blue #96ADDB

RGB

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

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

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

R = 27.68%
G = 31.92%
B = 40.41%

CMYK

 C value IS 0.32

 M value IS 0.21

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#96ADDB (or 0x96ADDB) is known color: Echo Blue. HEX triplet: 96, AD and DB. RGB value is (150,173,219). Sum of RGB (Red+Green+Blue) = 150+173+219=542 (71% of max value = 765). Red value is 150 (58.98% from 255 or 27.68% from 542); Green value is 173 (67.97% from 255 or 31.92% from 542); Blue value is 219 (85.94% from 255 or 40.41% from 542); Max value from RGB is 219 - color contains mainly: blue. Hex color #96ADDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #96ADDB is #695224. Grayscale: #ABABAB. Windows color (decimal): -6902309 or 14396822. OLE color: 14396822.

HSL color Cylindrical-coordinate representation of color #96ADDB: hue angle of 220º 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 #96ADDB is Cyan = 0.32, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 150 173 219 -
CMYK 0.32 0.21 0 0.14
HSL 220º 0.49% 0.72% -
HSV(B) 220º 0.32% 0.86% -
XYZ 40.31 41.49 72.9 -
YUV 171.37 154.88 112.76 -
System Red Green Blue C M Y K H S L
Decimal 150 173 219 0.32 0.21 0 0.14 220 0.49 0.72
Hex 96 AD DB 20 15 0 E DC 31 48
Octal 226 255 333 40 25 0 16 334 61 110
Binary 10010110 10101101 11011011 100000 10101 0 1110 11011100 110001 1001000

Color Harmonies of #96ADDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96ADDB

Black with #96ADDB

Text Example


Text Example

White with #96ADDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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