Html Css Color HEX #9FABDE Echo Blue

📋 copy color: '#9FABDE'

red 159 ◦ green 171 ◦ blue 222

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

Shades of Echo Blue #9FABDE

Tints of Echo Blue #9FABDE

RGB

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

 GREEN value IS 171 (67.19% from 255) = 30.98%

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

R = 28.8%
G = 30.98%
B = 40.22%

CMYK

 C value IS 0.28

 M value IS 0.23

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9FABDE (or 0x9FABDE) is known color: Echo Blue. HEX triplet: 9F, AB and DE. RGB value is (159,171,222). Sum of RGB (Red+Green+Blue) = 159+171+222=552 (73% of max value = 765). Red value is 159 (62.5% from 255 or 28.80% from 552); Green value is 171 (67.19% from 255 or 30.98% from 552); Blue value is 222 (87.11% from 255 or 40.22% from 552); Max value from RGB is 222 - color contains mainly: blue. Hex color #9FABDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9FABDE is #605421. Grayscale: #ADADAD. Windows color (decimal): -6312994 or 14592927. OLE color: 14592927.

HSL color Cylindrical-coordinate representation of color #9FABDE: hue angle of 228.57º degrees, saturation: 0.49, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9FABDE is Cyan = 0.28, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 159 171 222 -
CMYK 0.28 0.23 0 0.13
HSL 228.57º 0.49% 0.75% -
HSV(B) 228.57º 0.28% 0.87% -
XYZ 42.05 41.77 74.95 -
YUV 173.23 155.52 117.85 -
System Red Green Blue C M Y K H S L
Decimal 159 171 222 0.28 0.23 0 0.13 228.57 0.49 0.75
Hex 9F AB DE 1C 17 0 D E5 31 4B
Octal 237 253 336 34 27 0 15 345 61 113
Binary 10011111 10101011 11011110 11100 10111 0 1101 11100101 110001 1001011

Color Harmonies of #9FABDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FABDE

Black with #9FABDE

Text Example


Text Example

White with #9FABDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,171,222); }

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

background-color css

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

 a { background-color: rgb(159,171,222); }

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

border-color css

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

 span { border-color: rgb(159,171,222); }

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