#9FAFDB

Color #9FAFDB Echo Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Echo Blue #9FAFDB

Tints of Echo Blue #9FAFDB

Color information

#9FAFDB (or 0x9FAFDB) is unknown color: approx Echo Blue. HEX triplet: 9F, AF and DB. RGB value is (159,175,219). Sum of RGB (Red+Green+Blue) = 159+175+219=553 (73% of max value = 765). Red value is 159 (62.5% from 255 or 28.75% from 553); Green value is 175 (68.75% from 255 or 31.65% from 553); Blue value is 219 (85.94% from 255 or 39.60% from 553); Max value from RGB is 219 - color contains mainly: blue. Hex color #9FAFDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9FAFDB is #605024. Grayscale: #AFAFAF. Windows color (decimal): -6311973 or 14397343. OLE color: 14397343.

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

Color convert

RGB159175219-
CMYK0.270.2000.14
HSL224º45.45%74.12%-
HSV(B)224º27.4%85.88%-
XYZ42.4143.1573.11-
YUV175.23152.7116.42-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 28.75%
GREEN value IS 175 (68.75% from 255) = 31.65%
BLUE value IS 219 (85.94% from 255) = 39.60%
R=28.75%
G=31.65%
B=39.60%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1591752190.270.2000.1422445.4574.12
Hex9FAFDB1B140Ee02d4a
Octal237257333332401634055112
Binary100111111010111111011011110111010001110111000001011011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FAFDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,175,219); }

 H1.HeaderClassName
 {
   color: #9FAFDB;
 }
 .AnyTagClassName
 {
   color: #9FAFDB;
 }
</style>
background-color css

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

 a { background-color: rgb(159,175,219); }

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

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

 span { border-color: rgb(159,175,219); }

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