Html Css Color HEX #9FAED3 Echo Blue

📋 copy color: '#9FAED3'

red 159 ◦ green 174 ◦ blue 211

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

Shades of Echo Blue #9FAED3

Tints of Echo Blue #9FAED3

RGB

 RED value IS 159 (62.5% from 255) = 29.23%

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

 BLUE value IS 211 (82.81% from 255) = 38.79%

R = 29.23%
G = 31.99%
B = 38.79%

CMYK

 C value IS 0.25

 M value IS 0.18

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#9FAED3 (or 0x9FAED3) is known color: Echo Blue. HEX triplet: 9F, AE and D3. RGB value is (159,174,211). Sum of RGB (Red+Green+Blue) = 159+174+211=544 (72% of max value = 765). Red value is 159 (62.5% from 255 or 29.23% from 544); Green value is 174 (68.36% from 255 or 31.99% from 544); Blue value is 211 (82.81% from 255 or 38.79% from 544); Max value from RGB is 211 - color contains mainly: blue. Hex color #9FAED3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9FAED3 is #60512C. Grayscale: #ADADAD. Windows color (decimal): -6312237 or 13872799. OLE color: 13872799.

HSL color Cylindrical-coordinate representation of color #9FAED3: hue angle of 222.69º degrees, saturation: 0.37, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9FAED3 is Cyan = 0.25, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 159 174 211 -
CMYK 0.25 0.18 0 0.17
HSL 222.69º 0.37% 0.73% -
HSV(B) 222.69º 0.25% 0.83% -
XYZ 41.19 42.35 67.63 -
YUV 173.73 149.03 117.49 -
System Red Green Blue C M Y K H S L
Decimal 159 174 211 0.25 0.18 0 0.17 222.69 0.37 0.73
Hex 9F AE D3 19 12 0 11 DF 25 49
Octal 237 256 323 31 22 0 21 337 45 111
Binary 10011111 10101110 11010011 11001 10010 0 10001 11011111 100101 1001001

Color Harmonies of #9FAED3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FAED3

Black with #9FAED3

Text Example


Text Example

White with #9FAED3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,174,211); }

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

background-color css

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

 a { background-color: rgb(159,174,211); }

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

border-color css

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

 span { border-color: rgb(159,174,211); }

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