#9EA3E0

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

Shades of Blue Bell #9EA3E0

Tints of Blue Bell #9EA3E0

Color information

#9EA3E0 (or 0x9EA3E0) is unknown color: approx Blue Bell. HEX triplet: 9E, A3 and E0. RGB value is (158,163,224). Sum of RGB (Red+Green+Blue) = 158+163+224=545 (72% of max value = 765). Red value is 158 (62.11% from 255 or 28.99% from 545); Green value is 163 (64.06% from 255 or 29.91% from 545); Blue value is 224 (87.89% from 255 or 41.10% from 545); Max value from RGB is 224 - color contains mainly: blue. Hex color #9EA3E0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9EA3E0 is #615C1F. Grayscale: #A8A8A8. Windows color (decimal): -6380576 or 14721950. OLE color: 14721950.

HSL color Cylindrical-coordinate representation of color #9EA3E0: hue angle of 235.45º degrees, saturation: 0.52, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9EA3E0 is Cyan = 0.29, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB158163224-
CMYK0.290.2700.12
HSL235.45º51.56%74.9%-
HSV(B)235.45º29.46%87.84%-
XYZ40.6538.8575.88-
YUV168.46159.34120.54-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 28.99%
GREEN value IS 163 (64.06% from 255) = 29.91%
BLUE value IS 224 (87.89% from 255) = 41.10%
R=28.99%
G=29.91%
B=41.10%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1581632240.290.2700.12235.4551.5674.9
Hex9EA3E01D1B0Ceb344b
Octal236243340353301435364113
Binary100111101010001111100000111011101101100111010111101001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EA3E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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