Html Css Color HEX #9DAFDD Echo Blue

📋 copy color: '#9DAFDD'

red 157 ◦ green 175 ◦ blue 221

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

Shades of Echo Blue #9DAFDD

Tints of Echo Blue #9DAFDD

RGB

 RED value IS 157 (61.72% from 255) = 28.39%

 GREEN value IS 175 (68.75% from 255) = 31.65%

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

R = 28.39%
G = 31.65%
B = 39.96%

CMYK

 C value IS 0.29

 M value IS 0.21

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9DAFDD (or 0x9DAFDD) is known color: Echo Blue. HEX triplet: 9D, AF and DD. RGB value is (157,175,221). Sum of RGB (Red+Green+Blue) = 157+175+221=553 (73% of max value = 765). Red value is 157 (61.72% from 255 or 28.39% from 553); Green value is 175 (68.75% from 255 or 31.65% from 553); Blue value is 221 (86.72% from 255 or 39.96% from 553); Max value from RGB is 221 - color contains mainly: blue. Hex color #9DAFDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9DAFDD is #625022. Grayscale: #AEAEAE. Windows color (decimal): -6443043 or 14528413. OLE color: 14528413.

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

Color convert

RGB 157 175 221 -
CMYK 0.29 0.21 0 0.13
HSL 223.13º 0.48% 0.74% -
HSV(B) 223.13º 0.29% 0.87% -
XYZ 42.29 43.05 74.49 -
YUV 174.86 154.04 115.26 -
System Red Green Blue C M Y K H S L
Decimal 157 175 221 0.29 0.21 0 0.13 223.13 0.48 0.74
Hex 9D AF DD 1D 15 0 D DF 30 4A
Octal 235 257 335 35 25 0 15 337 60 112
Binary 10011101 10101111 11011101 11101 10101 0 1101 11011111 110000 1001010

Color Harmonies of #9DAFDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DAFDD

Black with #9DAFDD

Text Example


Text Example

White with #9DAFDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,175,221); }

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

background-color css

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

 a { background-color: rgb(157,175,221); }

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

border-color css

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

 span { border-color: rgb(157,175,221); }

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