Html Css Color HEX #9EA5DB Blue Bell

📋 copy color: '#9EA5DB'

red 158 ◦ green 165 ◦ blue 219

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

Shades of Blue Bell #9EA5DB

Tints of Blue Bell #9EA5DB

RGB

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

 GREEN value IS 165 (64.84% from 255) = 30.44%

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

R = 29.15%
G = 30.44%
B = 40.41%

CMYK

 C value IS 0.28

 M value IS 0.25

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9EA5DB (or 0x9EA5DB) is known color: Blue Bell. HEX triplet: 9E, A5 and DB. RGB value is (158,165,219). Sum of RGB (Red+Green+Blue) = 158+165+219=542 (71% of max value = 765). Red value is 158 (62.11% from 255 or 29.15% from 542); Green value is 165 (64.84% from 255 or 30.44% from 542); Blue value is 219 (85.94% from 255 or 40.41% from 542); Max value from RGB is 219 - color contains mainly: blue. Hex color #9EA5DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9EA5DB is #615A24. Grayscale: #A8A8A8. Windows color (decimal): -6380069 or 14394782. OLE color: 14394782.

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

Color convert

RGB 158 165 219 -
CMYK 0.28 0.25 0 0.14
HSL 233.11º 0.46% 0.74% -
HSV(B) 233.11º 0.28% 0.86% -
XYZ 40.34 39.29 72.48 -
YUV 169.06 156.18 120.11 -
System Red Green Blue C M Y K H S L
Decimal 158 165 219 0.28 0.25 0 0.14 233.11 0.46 0.74
Hex 9E A5 DB 1C 19 0 E E9 2E 4A
Octal 236 245 333 34 31 0 16 351 56 112
Binary 10011110 10100101 11011011 11100 11001 0 1110 11101001 101110 1001010

Color Harmonies of #9EA5DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EA5DB

Black with #9EA5DB

Text Example


Text Example

White with #9EA5DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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