Html Css Color HEX #99AEDC Echo Blue

📋 copy color: '#99AEDC'

red 153 ◦ green 174 ◦ blue 220

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

Shades of Echo Blue #99AEDC

Tints of Echo Blue #99AEDC

RGB

 RED value IS 153 (60.16% from 255) = 27.97%

 GREEN value IS 174 (68.36% from 255) = 31.81%

 BLUE value IS 220 (86.33% from 255) = 40.22%

R = 27.97%
G = 31.81%
B = 40.22%

CMYK

 C value IS 0.30

 M value IS 0.21

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#99AEDC (or 0x99AEDC) is known color: Echo Blue. HEX triplet: 99, AE and DC. RGB value is (153,174,220). Sum of RGB (Red+Green+Blue) = 153+174+220=547 (72% of max value = 765). Red value is 153 (60.16% from 255 or 27.97% from 547); Green value is 174 (68.36% from 255 or 31.81% from 547); Blue value is 220 (86.33% from 255 or 40.22% from 547); Max value from RGB is 220 - color contains mainly: blue. Hex color #99AEDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #99AEDC is #665123. Grayscale: #ACACAC. Windows color (decimal): -6705444 or 14462617. OLE color: 14462617.

HSL color Cylindrical-coordinate representation of color #99AEDC: hue angle of 221.19º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #99AEDC is Cyan = 0.30, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 153 174 220 -
CMYK 0.30 0.21 0 0.14
HSL 221.19º 0.49% 0.73% -
HSV(B) 221.19º 0.3% 0.86% -
XYZ 41.19 42.21 73.69 -
YUV 172.97 154.54 113.76 -
System Red Green Blue C M Y K H S L
Decimal 153 174 220 0.30 0.21 0 0.14 221.19 0.49 0.73
Hex 99 AE DC 1E 15 0 E DD 31 49
Octal 231 256 334 36 25 0 16 335 61 111
Binary 10011001 10101110 11011100 11110 10101 0 1110 11011101 110001 1001001

Color Harmonies of #99AEDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99AEDC

Black with #99AEDC

Text Example


Text Example

White with #99AEDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #99AEDC; }

 p { color: rgb(153,174,220); }

 H1.HeaderClassName
 {
   color: #99AEDC;
 }
 .AnyTagClassName
 {
   color: #99AEDC;
 }
</style>

background-color css

<style>
 a { background-color: #99AEDC; }

 a { background-color: rgb(153,174,220); }

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

border-color css

<style>
 span { border-color: #99AEDC; }

 span { border-color: rgb(153,174,220); }

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