#9EA3DB

Color #9EA3DB Blue Bell (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Bell #9EA3DB

Tints of Blue Bell #9EA3DB

Color information

#9EA3DB (or 0x9EA3DB) is unknown color: approx Blue Bell. HEX triplet: 9E, A3 and DB. RGB value is (158,163,219). Sum of RGB (Red+Green+Blue) = 158+163+219=540 (71% of max value = 765). Red value is 158 (62.11% from 255 or 29.26% from 540); Green value is 163 (64.06% from 255 or 30.19% from 540); Blue value is 219 (85.94% from 255 or 40.56% from 540); Max value from RGB is 219 - color contains mainly: blue. Hex color #9EA3DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9EA3DB is #615C24. Grayscale: #A7A7A7. Windows color (decimal): -6380581 or 14394270. OLE color: 14394270.

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

Color convert

RGB158163219-
CMYK0.280.2600.14
HSL235.08º45.86%73.92%-
HSV(B)235.08º27.85%85.88%-
XYZ39.9838.5872.36-
YUV167.89156.84120.95-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 29.26%
GREEN value IS 163 (64.06% from 255) = 30.19%
BLUE value IS 219 (85.94% from 255) = 40.56%
R=29.26%
G=30.19%
B=40.56%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1581632190.280.2600.14235.0845.8673.92
Hex9EA3DB1C1A0Eeb2e4a
Octal236243333343201635356112
Binary100111101010001111011011111001101001110111010111011101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EA3DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #9EA3DB;
 }
 .AnyTagClassName
 {
   color: #9EA3DB;
 }
</style>
background-color css

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

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

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

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

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

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