Html Css Color HEX #9EAEDA Echo Blue

📋 copy color: '#9EAEDA'

red 158 ◦ green 174 ◦ blue 218

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

Shades of Echo Blue #9EAEDA

Tints of Echo Blue #9EAEDA

RGB

 RED value IS 158 (62.11% from 255) = 28.73%

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

 BLUE value IS 218 (85.55% from 255) = 39.64%

R = 28.73%
G = 31.64%
B = 39.64%

CMYK

 C value IS 0.28

 M value IS 0.20

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#9EAEDA (or 0x9EAEDA) is known color: Echo Blue. HEX triplet: 9E, AE and DA. RGB value is (158,174,218). Sum of RGB (Red+Green+Blue) = 158+174+218=550 (72% of max value = 765). Red value is 158 (62.11% from 255 or 28.73% from 550); Green value is 174 (68.36% from 255 or 31.64% from 550); Blue value is 218 (85.55% from 255 or 39.64% from 550); Max value from RGB is 218 - color contains mainly: blue. Hex color #9EAEDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9EAEDA is #615125. Grayscale: #AEAEAE. Windows color (decimal): -6377766 or 14331550. OLE color: 14331550.

HSL color Cylindrical-coordinate representation of color #9EAEDA: hue angle of 224º degrees, saturation: 0.45, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9EAEDA is Cyan = 0.28, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 158 174 218 -
CMYK 0.28 0.20 0 0.15
HSL 224º 0.45% 0.74% -
HSV(B) 224º 0.28% 0.85% -
XYZ 41.89 42.6 72.34 -
YUV 174.23 152.7 116.42 -
System Red Green Blue C M Y K H S L
Decimal 158 174 218 0.28 0.20 0 0.15 224 0.45 0.74
Hex 9E AE DA 1C 14 0 F E0 2D 4A
Octal 236 256 332 34 24 0 17 340 55 112
Binary 10011110 10101110 11011010 11100 10100 0 1111 11100000 101101 1001010

Color Harmonies of #9EAEDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EAEDA

Black with #9EAEDA

Text Example


Text Example

White with #9EAEDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,174,218); }

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

background-color css

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

 a { background-color: rgb(158,174,218); }

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

border-color css

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

 span { border-color: rgb(158,174,218); }

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