#9EA2CE

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

Shades of Blue Bell #9EA2CE

Tints of Blue Bell #9EA2CE

Color information

#9EA2CE (or 0x9EA2CE) is unknown color: approx Blue Bell. HEX triplet: 9E, A2 and CE. RGB value is (158,162,206). Sum of RGB (Red+Green+Blue) = 158+162+206=526 (69% of max value = 765). Red value is 158 (62.11% from 255 or 30.04% from 526); Green value is 162 (63.67% from 255 or 30.80% from 526); Blue value is 206 (80.86% from 255 or 39.16% from 526); Max value from RGB is 206 - color contains mainly: blue. Hex color #9EA2CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9EA2CE is #615D31. Grayscale: #A5A5A5. Windows color (decimal): -6380850 or 13542046. OLE color: 13542046.

HSL color Cylindrical-coordinate representation of color #9EA2CE: hue angle of 235º 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 #9EA2CE is Cyan = 0.23, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB158162206-
CMYK0.230.2100.19
HSL235º32.88%71.37%-
HSV(B)235º23.3%80.78%-
XYZ38.1637.5763.63-
YUV165.82150.67122.42-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 30.04%
GREEN value IS 162 (63.67% from 255) = 30.80%
BLUE value IS 206 (80.86% from 255) = 39.16%
R=30.04%
G=30.80%
B=39.16%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1581622060.230.2100.1923532.8871.37
Hex9EA2CE1715013eb2147
Octal236242316272502335341107
Binary1001111010100010110011101011110101010011111010111000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EA2CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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