#9FB5DB

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

Shades of Echo Blue #9FB5DB

Tints of Echo Blue #9FB5DB

Color information

#9FB5DB (or 0x9FB5DB) is unknown color: approx Echo Blue. HEX triplet: 9F, B5 and DB. RGB value is (159,181,219). Sum of RGB (Red+Green+Blue) = 159+181+219=559 (74% of max value = 765). Red value is 159 (62.5% from 255 or 28.44% from 559); Green value is 181 (71.09% from 255 or 32.38% from 559); Blue value is 219 (85.94% from 255 or 39.18% from 559); Max value from RGB is 219 - color contains mainly: blue. Hex color #9FB5DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FB5DB is #604A24. Grayscale: #B2B2B2. Windows color (decimal): -6310437 or 14398879. OLE color: 14398879.

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

Color convert

RGB159181219-
CMYK0.270.1700.14
HSL218º45.45%74.12%-
HSV(B)218º27.4%85.88%-
XYZ43.6145.5373.51-
YUV178.75150.71113.91-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 28.44%
GREEN value IS 181 (71.09% from 255) = 32.38%
BLUE value IS 219 (85.94% from 255) = 39.18%
R=28.44%
G=32.38%
B=39.18%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1591812190.270.1700.1421845.4574.12
Hex9FB5DB1B110Eda2d4a
Octal237265333332101633255112
Binary100111111011010111011011110111000101110110110101011011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FB5DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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