Html Css Color HEX #9FA8DB Echo Blue

📋 copy color: '#9FA8DB'

red 159 ◦ green 168 ◦ blue 219

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

Shades of Echo Blue #9FA8DB

Tints of Echo Blue #9FA8DB

RGB

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

 GREEN value IS 168 (66.02% from 255) = 30.77%

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

R = 29.12%
G = 30.77%
B = 40.11%

CMYK

 C value IS 0.27

 M value IS 0.23

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9FA8DB (or 0x9FA8DB) is known color: Echo Blue. HEX triplet: 9F, A8 and DB. RGB value is (159,168,219). Sum of RGB (Red+Green+Blue) = 159+168+219=546 (72% of max value = 765). Red value is 159 (62.5% from 255 or 29.12% from 546); Green value is 168 (66.02% from 255 or 30.77% from 546); Blue value is 219 (85.94% from 255 or 40.11% from 546); Max value from RGB is 219 - color contains mainly: blue. Hex color #9FA8DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9FA8DB is #605724. Grayscale: #AAAAAA. Windows color (decimal): -6313765 or 14395551. OLE color: 14395551.

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

Color convert

RGB 159 168 219 -
CMYK 0.27 0.23 0 0.14
HSL 231º 0.45% 0.74% -
HSV(B) 231º 0.27% 0.86% -
XYZ 41.09 40.49 72.67 -
YUV 171.12 155.02 119.35 -
System Red Green Blue C M Y K H S L
Decimal 159 168 219 0.27 0.23 0 0.14 231 0.45 0.74
Hex 9F A8 DB 1B 17 0 E E7 2D 4A
Octal 237 250 333 33 27 0 16 347 55 112
Binary 10011111 10101000 11011011 11011 10111 0 1110 11100111 101101 1001010

Color Harmonies of #9FA8DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FA8DB

Black with #9FA8DB

Text Example


Text Example

White with #9FA8DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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