#9EA3DC

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

Shades of Blue Bell #9EA3DC

Tints of Blue Bell #9EA3DC

Color information

#9EA3DC (or 0x9EA3DC) is unknown color: approx Blue Bell. HEX triplet: 9E, A3 and DC. RGB value is (158,163,220). Sum of RGB (Red+Green+Blue) = 158+163+220=541 (71% of max value = 765). Red value is 158 (62.11% from 255 or 29.21% from 541); Green value is 163 (64.06% from 255 or 30.13% from 541); Blue value is 220 (86.33% from 255 or 40.67% from 541); Max value from RGB is 220 - color contains mainly: blue. Hex color #9EA3DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9EA3DC is #615C23. Grayscale: #A7A7A7. Windows color (decimal): -6380580 or 14459806. OLE color: 14459806.

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

Color convert

RGB158163220-
CMYK0.280.2600.14
HSL235.16º46.97%74.12%-
HSV(B)235.16º28.18%86.27%-
XYZ40.1238.6373.05-
YUV168157.34120.87-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 29.21%
GREEN value IS 163 (64.06% from 255) = 30.13%
BLUE value IS 220 (86.33% from 255) = 40.67%
R=29.21%
G=30.13%
B=40.67%

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
Decimal1581632200.280.2600.14235.1646.9774.12
Hex9EA3DC1C1A0Eeb2f4a
Octal236243334343201635357112
Binary100111101010001111011100111001101001110111010111011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EA3DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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