Html Css Color HEX #9FB4DB Echo Blue

📋 copy color: '#9FB4DB'

red 159 ◦ green 180 ◦ blue 219

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

Shades of Echo Blue #9FB4DB

Tints of Echo Blue #9FB4DB

RGB

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

 GREEN value IS 180 (70.7% from 255) = 32.26%

 BLUE value IS 219 (85.94% from 255) = 39.25%

R = 28.49%
G = 32.26%
B = 39.25%

CMYK

 C value IS 0.27

 M value IS 0.18

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9FB4DB (or 0x9FB4DB) is known color: Echo Blue. HEX triplet: 9F, B4 and DB. RGB value is (159,180,219). Sum of RGB (Red+Green+Blue) = 159+180+219=558 (73% of max value = 765). Red value is 159 (62.5% from 255 or 28.49% from 558); Green value is 180 (70.70% from 255 or 32.26% from 558); Blue value is 219 (85.94% from 255 or 39.25% from 558); Max value from RGB is 219 - color contains mainly: blue. Hex color #9FB4DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FB4DB is #604B24. Grayscale: #B1B1B1. Windows color (decimal): -6310693 or 14398623. OLE color: 14398623.

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

Color convert

RGB 159 180 219 -
CMYK 0.27 0.18 0 0.14
HSL 219º 0.45% 0.74% -
HSV(B) 219º 0.27% 0.86% -
XYZ 43.41 45.13 73.44 -
YUV 178.17 151.04 114.33 -
System Red Green Blue C M Y K H S L
Decimal 159 180 219 0.27 0.18 0 0.14 219 0.45 0.74
Hex 9F B4 DB 1B 12 0 E DB 2D 4A
Octal 237 264 333 33 22 0 16 333 55 112
Binary 10011111 10110100 11011011 11011 10010 0 1110 11011011 101101 1001010

Color Harmonies of #9FB4DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FB4DB

Black with #9FB4DB

Text Example


Text Example

White with #9FB4DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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