#9EA1CB

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

Shades of Blue Bell #9EA1CB

Tints of Blue Bell #9EA1CB

Color information

#9EA1CB (or 0x9EA1CB) is unknown color: approx Blue Bell. HEX triplet: 9E, A1 and CB. RGB value is (158,161,203). Sum of RGB (Red+Green+Blue) = 158+161+203=522 (69% of max value = 765). Red value is 158 (62.11% from 255 or 30.27% from 522); Green value is 161 (63.28% from 255 or 30.84% from 522); Blue value is 203 (79.69% from 255 or 38.89% from 522); Max value from RGB is 203 - color contains mainly: blue. Hex color #9EA1CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9EA1CB is #615E34. Grayscale: #A4A4A4. Windows color (decimal): -6381109 or 13345182. OLE color: 13345182.

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

Color convert

RGB158161203-
CMYK0.220.2100.20
HSL236º30.2%70.78%-
HSV(B)236º22.17%79.61%-
XYZ37.6237.0761.67-
YUV164.89149.51123.08-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 30.27%
GREEN value IS 161 (63.28% from 255) = 30.84%
BLUE value IS 203 (79.69% from 255) = 38.89%
R=30.27%
G=30.84%
B=38.89%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1581612030.220.2100.2023630.270.78
Hex9EA1CB1615014ec1e47
Octal236241313262502435436107
Binary100111101010000111001011101101010101010011101100111101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EA1CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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