#9FB6DB

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

Shades of Echo Blue #9FB6DB

Tints of Echo Blue #9FB6DB

Color information

#9FB6DB (or 0x9FB6DB) is unknown color: approx Echo Blue. HEX triplet: 9F, B6 and DB. RGB value is (159,182,219). Sum of RGB (Red+Green+Blue) = 159+182+219=560 (74% of max value = 765). Red value is 159 (62.5% from 255 or 28.39% from 560); Green value is 182 (71.48% from 255 or 32.5% from 560); Blue value is 219 (85.94% from 255 or 39.11% from 560); Max value from RGB is 219 - color contains mainly: blue. Hex color #9FB6DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FB6DB is #604924. Grayscale: #B3B3B3. Windows color (decimal): -6310181 or 14399135. OLE color: 14399135.

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

Color convert

RGB159182219-
CMYK0.270.1700.14
HSL217º45.45%74.12%-
HSV(B)217º27.4%85.88%-
XYZ43.8145.9473.58-
YUV179.34150.38113.49-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 28.39%
GREEN value IS 182 (71.48% from 255) = 32.5%
BLUE value IS 219 (85.94% from 255) = 39.11%
R=28.39%
G=32.5%
B=39.11%

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
Decimal1591822190.270.1700.1421745.4574.12
Hex9FB6DB1B110Ed92d4a
Octal237266333332101633155112
Binary100111111011011011011011110111000101110110110011011011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FB6DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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