Html Css Color HEX #96ADD8 Echo Blue

📋 copy color: '#96ADD8'

red 150 ◦ green 173 ◦ blue 216

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

Shades of Echo Blue #96ADD8

Tints of Echo Blue #96ADD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 40.07%

R = 27.83%
G = 32.1%
B = 40.07%

CMYK

 C value IS 0.31

 M value IS 0.20

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#96ADD8 (or 0x96ADD8) is known color: Echo Blue. HEX triplet: 96, AD and D8. RGB value is (150,173,216). Sum of RGB (Red+Green+Blue) = 150+173+216=539 (71% of max value = 765). Red value is 150 (58.98% from 255 or 27.83% from 539); Green value is 173 (67.97% from 255 or 32.10% from 539); Blue value is 216 (84.77% from 255 or 40.07% from 539); Max value from RGB is 216 - color contains mainly: blue. Hex color #96ADD8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #96ADD8 is #695227. Grayscale: #AAAAAA. Windows color (decimal): -6902312 or 14200214. OLE color: 14200214.

HSL color Cylindrical-coordinate representation of color #96ADD8: hue angle of 219.09º degrees, saturation: 0.46, 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 #96ADD8 is Cyan = 0.31, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 150 173 216 -
CMYK 0.31 0.20 0 0.15
HSL 219.09º 0.46% 0.72% -
HSV(B) 219.09º 0.31% 0.85% -
XYZ 39.92 41.33 70.84 -
YUV 171.03 153.38 113 -
System Red Green Blue C M Y K H S L
Decimal 150 173 216 0.31 0.20 0 0.15 219.09 0.46 0.72
Hex 96 AD D8 1F 14 0 F DB 2E 48
Octal 226 255 330 37 24 0 17 333 56 110
Binary 10010110 10101101 11011000 11111 10100 0 1111 11011011 101110 1001000

Color Harmonies of #96ADD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96ADD8

Black with #96ADD8

Text Example


Text Example

White with #96ADD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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