#9EA2C3

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

Shades of Blue Bell #9EA2C3

Tints of Blue Bell #9EA2C3

Color information

#9EA2C3 (or 0x9EA2C3) is unknown color: approx Blue Bell. HEX triplet: 9E, A2 and C3. RGB value is (158,162,195). Sum of RGB (Red+Green+Blue) = 158+162+195=515 (68% of max value = 765). Red value is 158 (62.11% from 255 or 30.68% from 515); Green value is 162 (63.67% from 255 or 31.46% from 515); Blue value is 195 (76.56% from 255 or 37.86% from 515); Max value from RGB is 195 - color contains mainly: blue. Hex color #9EA2C3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9EA2C3 is #615D3C. Grayscale: #A4A4A4. Windows color (decimal): -6380861 or 12821150. OLE color: 12821150.

HSL color Cylindrical-coordinate representation of color #9EA2C3: hue angle of 233.51º degrees, saturation: 0.24, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #9EA2C3 is Cyan = 0.19, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB158162195-
CMYK0.190.1700.24
HSL233.51º23.57%69.22%-
HSV(B)233.51º18.97%76.47%-
XYZ36.8737.0556.84-
YUV164.57145.17123.32-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 30.68%
GREEN value IS 162 (63.67% from 255) = 31.46%
BLUE value IS 195 (76.56% from 255) = 37.86%
R=30.68%
G=31.46%
B=37.86%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1581621950.190.1700.24233.5123.5769.22
Hex9EA2C31311018ea1845
Octal236242303232103035230105
Binary100111101010001011000011100111000101100011101010110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EA2C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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