#9EA1CC

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

Shades of Blue Bell #9EA1CC

Tints of Blue Bell #9EA1CC

Color information

#9EA1CC (or 0x9EA1CC) is unknown color: approx Blue Bell. HEX triplet: 9E, A1 and CC. RGB value is (158,161,204). Sum of RGB (Red+Green+Blue) = 158+161+204=523 (69% of max value = 765). Red value is 158 (62.11% from 255 or 30.21% from 523); Green value is 161 (63.28% from 255 or 30.78% from 523); Blue value is 204 (80.08% from 255 or 39.01% from 523); Max value from RGB is 204 - color contains mainly: blue. Hex color #9EA1CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9EA1CC is #615E33. Grayscale: #A4A4A4. Windows color (decimal): -6381108 or 13410718. OLE color: 13410718.

HSL color Cylindrical-coordinate representation of color #9EA1CC: hue angle of 236.09º degrees, saturation: 0.31, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9EA1CC is Cyan = 0.23, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB158161204-
CMYK0.230.2100.2
HSL236.09º31.08%70.98%-
HSV(B)236.09º22.55%80%-
XYZ37.7437.1262.3-
YUV165150.01123-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 30.21%
GREEN value IS 161 (63.28% from 255) = 30.78%
BLUE value IS 204 (80.08% from 255) = 39.01%
R=30.21%
G=30.78%
B=39.01%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1581612040.230.2100.2236.0931.0870.98
Hex9EA1CC1715014ec1f47
Octal236241314272502435437107
Binary100111101010000111001100101111010101010011101100111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EA1CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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