#9FABDB

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

Shades of Echo Blue #9FABDB

Tints of Echo Blue #9FABDB

Color information

#9FABDB (or 0x9FABDB) is unknown color: approx Echo Blue. HEX triplet: 9F, AB and DB. RGB value is (159,171,219). Sum of RGB (Red+Green+Blue) = 159+171+219=549 (72% of max value = 765). Red value is 159 (62.5% from 255 or 28.96% from 549); Green value is 171 (67.19% from 255 or 31.15% from 549); Blue value is 219 (85.94% from 255 or 39.89% from 549); Max value from RGB is 219 - color contains mainly: blue. Hex color #9FABDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9FABDB is #605424. Grayscale: #ACACAC. Windows color (decimal): -6312997 or 14396319. OLE color: 14396319.

HSL color Cylindrical-coordinate representation of color #9FABDB: hue angle of 228º 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 #9FABDB is Cyan = 0.27, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB159171219-
CMYK0.270.2200.14
HSL228º45.45%74.12%-
HSV(B)228º27.4%85.88%-
XYZ41.6541.6172.85-
YUV172.88154.02118.1-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 28.96%
GREEN value IS 171 (67.19% from 255) = 31.15%
BLUE value IS 219 (85.94% from 255) = 39.89%
R=28.96%
G=31.15%
B=39.89%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1591712190.270.2200.1422845.4574.12
Hex9FABDB1B160Ee42d4a
Octal237253333332601634455112
Binary100111111010101111011011110111011001110111001001011011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FABDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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