#9EA0D1

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

Shades of Blue Bell #9EA0D1

Tints of Blue Bell #9EA0D1

Color information

#9EA0D1 (or 0x9EA0D1) is unknown color: approx Blue Bell. HEX triplet: 9E, A0 and D1. RGB value is (158,160,209). Sum of RGB (Red+Green+Blue) = 158+160+209=527 (69% of max value = 765). Red value is 158 (62.11% from 255 or 29.98% from 527); Green value is 160 (62.89% from 255 or 30.36% from 527); Blue value is 209 (82.03% from 255 or 39.66% from 527); Max value from RGB is 209 - color contains mainly: blue. Hex color #9EA0D1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9EA0D1 is #615F2E. Grayscale: #A4A4A4. Windows color (decimal): -6381359 or 13738142. OLE color: 13738142.

HSL color Cylindrical-coordinate representation of color #9EA0D1: hue angle of 237.65º degrees, saturation: 0.36, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9EA0D1 is Cyan = 0.24, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB158160209-
CMYK0.240.2300.18
HSL237.65º35.66%71.96%-
HSV(B)237.65º24.4%81.96%-
XYZ38.1837.0165.45-
YUV164.99152.84123.02-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 29.98%
GREEN value IS 160 (62.89% from 255) = 30.36%
BLUE value IS 209 (82.03% from 255) = 39.66%
R=29.98%
G=30.36%
B=39.66%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1581602090.240.2300.18237.6535.6671.96
Hex9EA0D11817012ee2448
Octal236240321302702235644110
Binary1001111010100000110100011100010111010010111011101001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EA0D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,160,209); }

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

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

 a { background-color: rgb(158,160,209); }

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

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

 span { border-color: rgb(158,160,209); }

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