Html Css Color HEX #99AEDD Echo Blue

📋 copy color: '#99AEDD'

red 153 ◦ green 174 ◦ blue 221

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

Shades of Echo Blue #99AEDD

Tints of Echo Blue #99AEDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 40.33%

R = 27.92%
G = 31.75%
B = 40.33%

CMYK

 C value IS 0.31

 M value IS 0.21

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#99AEDD (or 0x99AEDD) is known color: Echo Blue. HEX triplet: 99, AE and DD. RGB value is (153,174,221). Sum of RGB (Red+Green+Blue) = 153+174+221=548 (72% of max value = 765). Red value is 153 (60.16% from 255 or 27.92% from 548); Green value is 174 (68.36% from 255 or 31.75% from 548); Blue value is 221 (86.72% from 255 or 40.33% from 548); Max value from RGB is 221 - color contains mainly: blue. Hex color #99AEDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #99AEDD is #665122. Grayscale: #ACACAC. Windows color (decimal): -6705443 or 14528153. OLE color: 14528153.

HSL color Cylindrical-coordinate representation of color #99AEDD: hue angle of 221.47º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #99AEDD is Cyan = 0.31, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 153 174 221 -
CMYK 0.31 0.21 0 0.13
HSL 221.47º 0.5% 0.73% -
HSV(B) 221.47º 0.31% 0.87% -
XYZ 41.32 42.26 74.39 -
YUV 173.08 155.04 113.68 -
System Red Green Blue C M Y K H S L
Decimal 153 174 221 0.31 0.21 0 0.13 221.47 0.5 0.73
Hex 99 AE DD 1F 15 0 D DD 32 49
Octal 231 256 335 37 25 0 15 335 62 111
Binary 10011001 10101110 11011101 11111 10101 0 1101 11011101 110010 1001001

Color Harmonies of #99AEDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99AEDD

Black with #99AEDD

Text Example


Text Example

White with #99AEDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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