Html Css Color HEX #9FB2DB Echo Blue

📋 copy color: '#9FB2DB'

red 159 ◦ green 178 ◦ blue 219

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

Shades of Echo Blue #9FB2DB

Tints of Echo Blue #9FB2DB

RGB

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

 GREEN value IS 178 (69.92% from 255) = 32.01%

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

R = 28.6%
G = 32.01%
B = 39.39%

CMYK

 C value IS 0.27

 M value IS 0.19

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9FB2DB (or 0x9FB2DB) is known color: Echo Blue. HEX triplet: 9F, B2 and DB. RGB value is (159,178,219). Sum of RGB (Red+Green+Blue) = 159+178+219=556 (73% of max value = 765). Red value is 159 (62.5% from 255 or 28.60% from 556); Green value is 178 (69.92% from 255 or 32.01% from 556); Blue value is 219 (85.94% from 255 or 39.39% from 556); Max value from RGB is 219 - color contains mainly: blue. Hex color #9FB2DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9FB2DB is #604D24. Grayscale: #B0B0B0. Windows color (decimal): -6311205 or 14398111. OLE color: 14398111.

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

Color convert

RGB 159 178 219 -
CMYK 0.27 0.19 0 0.14
HSL 221º 0.45% 0.74% -
HSV(B) 221º 0.27% 0.86% -
XYZ 43 44.33 73.31 -
YUV 176.99 151.71 115.17 -
System Red Green Blue C M Y K H S L
Decimal 159 178 219 0.27 0.19 0 0.14 221 0.45 0.74
Hex 9F B2 DB 1B 13 0 E DD 2D 4A
Octal 237 262 333 33 23 0 16 335 55 112
Binary 10011111 10110010 11011011 11011 10011 0 1110 11011101 101101 1001010

Color Harmonies of #9FB2DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FB2DB

Black with #9FB2DB

Text Example


Text Example

White with #9FB2DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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