#9EA0CE

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

Shades of Blue Bell #9EA0CE

Tints of Blue Bell #9EA0CE

Color information

#9EA0CE (or 0x9EA0CE) is unknown color: approx Blue Bell. HEX triplet: 9E, A0 and CE. RGB value is (158,160,206). Sum of RGB (Red+Green+Blue) = 158+160+206=524 (69% of max value = 765). Red value is 158 (62.11% from 255 or 30.15% from 524); Green value is 160 (62.89% from 255 or 30.53% from 524); Blue value is 206 (80.86% from 255 or 39.31% from 524); Max value from RGB is 206 - color contains mainly: blue. Hex color #9EA0CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9EA0CE is #615F31. Grayscale: #A4A4A4. Windows color (decimal): -6381362 or 13541534. OLE color: 13541534.

HSL color Cylindrical-coordinate representation of color #9EA0CE: hue angle of 237.5º degrees, saturation: 0.33, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9EA0CE is Cyan = 0.23, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB158160206-
CMYK0.230.2200.19
HSL237.5º32.88%71.37%-
HSV(B)237.5º23.3%80.78%-
XYZ37.8136.8763.52-
YUV164.65151.34123.26-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 30.15%
GREEN value IS 160 (62.89% from 255) = 30.53%
BLUE value IS 206 (80.86% from 255) = 39.31%
R=30.15%
G=30.53%
B=39.31%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1581602060.230.2200.19237.532.8871.37
Hex9EA0CE1716013ee2147
Octal236240316272602335641107
Binary1001111010100000110011101011110110010011111011101000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EA0CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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