Html Css Color HEX #9EA0DB Blue Bell

📋 copy color: '#9EA0DB'

red 158 ◦ green 160 ◦ blue 219

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

Shades of Blue Bell #9EA0DB

Tints of Blue Bell #9EA0DB

RGB

 RED value IS 158 (62.11% from 255) = 29.42%

 GREEN value IS 160 (62.89% from 255) = 29.8%

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

R = 29.42%
G = 29.8%
B = 40.78%

CMYK

 C value IS 0.28

 M value IS 0.27

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9EA0DB (or 0x9EA0DB) is known color: Blue Bell. HEX triplet: 9E, A0 and DB. RGB value is (158,160,219). Sum of RGB (Red+Green+Blue) = 158+160+219=537 (71% of max value = 765). Red value is 158 (62.11% from 255 or 29.42% from 537); Green value is 160 (62.89% from 255 or 29.80% from 537); Blue value is 219 (85.94% from 255 or 40.78% from 537); Max value from RGB is 219 - color contains mainly: blue. Hex color #9EA0DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9EA0DB is #615F24. Grayscale: #A5A5A5. Windows color (decimal): -6381349 or 14393502. OLE color: 14393502.

HSL color Cylindrical-coordinate representation of color #9EA0DB: hue angle of 238.03º degrees, saturation: 0.46, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9EA0DB is Cyan = 0.28, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 158 160 219 -
CMYK 0.28 0.27 0 0.14
HSL 238.03º 0.46% 0.74% -
HSV(B) 238.03º 0.28% 0.86% -
XYZ 39.46 37.53 72.18 -
YUV 166.13 157.84 122.2 -
System Red Green Blue C M Y K H S L
Decimal 158 160 219 0.28 0.27 0 0.14 238.03 0.46 0.74
Hex 9E A0 DB 1C 1B 0 E EE 2E 4A
Octal 236 240 333 34 33 0 16 356 56 112
Binary 10011110 10100000 11011011 11100 11011 0 1110 11101110 101110 1001010

Color Harmonies of #9EA0DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EA0DB

Black with #9EA0DB

Text Example


Text Example

White with #9EA0DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,160,219); }

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

background-color css

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

 a { background-color: rgb(158,160,219); }

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

border-color css

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

 span { border-color: rgb(158,160,219); }

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