Html Css Color HEX #9FA6DB Echo Blue

📋 copy color: '#9FA6DB'

red 159 ◦ green 166 ◦ blue 219

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

Shades of Echo Blue #9FA6DB

Tints of Echo Blue #9FA6DB

RGB

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

 GREEN value IS 166 (65.23% from 255) = 30.51%

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

R = 29.23%
G = 30.51%
B = 40.26%

CMYK

 C value IS 0.27

 M value IS 0.24

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9FA6DB (or 0x9FA6DB) is known color: Echo Blue. HEX triplet: 9F, A6 and DB. RGB value is (159,166,219). Sum of RGB (Red+Green+Blue) = 159+166+219=544 (72% of max value = 765). Red value is 159 (62.5% from 255 or 29.23% from 544); Green value is 166 (65.23% from 255 or 30.51% from 544); Blue value is 219 (85.94% from 255 or 40.26% from 544); Max value from RGB is 219 - color contains mainly: blue. Hex color #9FA6DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9FA6DB is #605924. Grayscale: #A9A9A9. Windows color (decimal): -6314277 or 14395039. OLE color: 14395039.

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

Color convert

RGB 159 166 219 -
CMYK 0.27 0.24 0 0.14
HSL 233º 0.45% 0.74% -
HSV(B) 233º 0.27% 0.86% -
XYZ 40.72 39.76 72.55 -
YUV 169.95 155.68 120.19 -
System Red Green Blue C M Y K H S L
Decimal 159 166 219 0.27 0.24 0 0.14 233 0.45 0.74
Hex 9F A6 DB 1B 18 0 E E9 2D 4A
Octal 237 246 333 33 30 0 16 351 55 112
Binary 10011111 10100110 11011011 11011 11000 0 1110 11101001 101101 1001010

Color Harmonies of #9FA6DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FA6DB

Black with #9FA6DB

Text Example


Text Example

White with #9FA6DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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