Html Css Color HEX #9AAEDE Echo Blue

📋 copy color: '#9AAEDE'

red 154 ◦ green 174 ◦ blue 222

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

Shades of Echo Blue #9AAEDE

Tints of Echo Blue #9AAEDE

RGB

 RED value IS 154 (60.55% from 255) = 28%

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

 BLUE value IS 222 (87.11% from 255) = 40.36%

R = 28%
G = 31.64%
B = 40.36%

CMYK

 C value IS 0.31

 M value IS 0.22

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9AAEDE (or 0x9AAEDE) is known color: Echo Blue. HEX triplet: 9A, AE and DE. RGB value is (154,174,222). Sum of RGB (Red+Green+Blue) = 154+174+222=550 (72% of max value = 765). Red value is 154 (60.55% from 255 or 28% from 550); Green value is 174 (68.36% from 255 or 31.64% from 550); Blue value is 222 (87.11% from 255 or 40.36% from 550); Max value from RGB is 222 - color contains mainly: blue. Hex color #9AAEDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9AAEDE is #655121. Grayscale: #ADADAD. Windows color (decimal): -6639906 or 14593690. OLE color: 14593690.

HSL color Cylindrical-coordinate representation of color #9AAEDE: hue angle of 222.35º degrees, saturation: 0.51, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9AAEDE is Cyan = 0.31, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 154 174 222 -
CMYK 0.31 0.22 0 0.13
HSL 222.35º 0.51% 0.74% -
HSV(B) 222.35º 0.31% 0.87% -
XYZ 41.65 42.42 75.1 -
YUV 173.49 155.37 114.1 -
System Red Green Blue C M Y K H S L
Decimal 154 174 222 0.31 0.22 0 0.13 222.35 0.51 0.74
Hex 9A AE DE 1F 16 0 D DE 33 4A
Octal 232 256 336 37 26 0 15 336 63 112
Binary 10011010 10101110 11011110 11111 10110 0 1101 11011110 110011 1001010

Color Harmonies of #9AAEDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AAEDE

Black with #9AAEDE

Text Example


Text Example

White with #9AAEDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9AAEDE; }

 p { color: rgb(154,174,222); }

 H1.HeaderClassName
 {
   color: #9AAEDE;
 }
 .AnyTagClassName
 {
   color: #9AAEDE;
 }
</style>

background-color css

<style>
 a { background-color: #9AAEDE; }

 a { background-color: rgb(154,174,222); }

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

border-color css

<style>
 span { border-color: #9AAEDE; }

 span { border-color: rgb(154,174,222); }

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