#9EA1C1

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

Shades of Blue Bell #9EA1C1

Tints of Blue Bell #9EA1C1

Color information

#9EA1C1 (or 0x9EA1C1) is unknown color: approx Blue Bell. HEX triplet: 9E, A1 and C1. RGB value is (158,161,193). Sum of RGB (Red+Green+Blue) = 158+161+193=512 (67% of max value = 765). Red value is 158 (62.11% from 255 or 30.86% from 512); Green value is 161 (63.28% from 255 or 31.45% from 512); Blue value is 193 (75.78% from 255 or 37.70% from 512); Max value from RGB is 193 - color contains mainly: blue. Hex color #9EA1C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9EA1C1 is #615E3E. Grayscale: #A3A3A3. Windows color (decimal): -6381119 or 12689822. OLE color: 12689822.

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

Color convert

RGB158161193-
CMYK0.180.1700.24
HSL234.86º22.01%68.82%-
HSV(B)234.86º18.13%75.69%-
XYZ36.4736.6155.6-
YUV163.75144.51123.9-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 30.86%
GREEN value IS 161 (63.28% from 255) = 31.45%
BLUE value IS 193 (75.78% from 255) = 37.70%
R=30.86%
G=31.45%
B=37.70%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1581611930.180.1700.24234.8622.0168.82
Hex9EA1C11211018eb1645
Octal236241301222103035326105
Binary100111101010000111000001100101000101100011101011101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EA1C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,161,193); }

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

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

 a { background-color: rgb(158,161,193); }

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

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

 span { border-color: rgb(158,161,193); }

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