#9ea5de

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

Shades of Blue Bell #9EA5DE

Tints of Blue Bell #9EA5DE

Color information

#9EA5DE (or 0x9EA5DE) is unknown color: approx Blue Bell. HEX triplet: 9E, A5 and DE. RGB value is (158,165,222). Sum of RGB (Red+Green+Blue) = 158+165+222=545 (72% of max value = 765). Red value is 158 (62.11% from 255 or 28.99% from 545); Green value is 165 (64.84% from 255 or 30.28% from 545); Blue value is 222 (87.11% from 255 or 40.73% from 545); Max value from RGB is 222 - color contains mainly: blue. Hex color #9EA5DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9EA5DE is #615A21. Grayscale: #A9A9A9. Windows color (decimal): -6380066 or 14591390. OLE color: 14591390.

HSL color Cylindrical-coordinate representation of color #9EA5DE: hue angle of 233.44º degrees, saturation: 0.49, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9EA5DE is Cyan = 0.29, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB158165222-
CMYK0.290.2600.13
HSL233.44º49.23%74.51%-
HSV(B)233.44º28.83%87.06%-
XYZ40.7439.4574.58-
YUV169.4157.68119.87-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 28.99%
GREEN value IS 165 (64.84% from 255) = 30.28%
BLUE value IS 222 (87.11% from 255) = 40.73%
R=28.99%
G=30.28%
B=40.73%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1581652220.290.2600.13233.4449.2374.51
Hex9EA5DE1D1A0De9314b
Octal236245336353201535161113
Binary100111101010010111011110111011101001101111010011100011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ea5de

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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