#9EA3CB

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

Shades of Blue Bell #9EA3CB

Tints of Blue Bell #9EA3CB

Color information

#9EA3CB (or 0x9EA3CB) is unknown color: approx Blue Bell. HEX triplet: 9E, A3 and CB. RGB value is (158,163,203). Sum of RGB (Red+Green+Blue) = 158+163+203=524 (69% of max value = 765). Red value is 158 (62.11% from 255 or 30.15% from 524); Green value is 163 (64.06% from 255 or 31.11% from 524); Blue value is 203 (79.69% from 255 or 38.74% from 524); Max value from RGB is 203 - color contains mainly: blue. Hex color #9EA3CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9EA3CB is #615C34. Grayscale: #A5A5A5. Windows color (decimal): -6380597 or 13345694. OLE color: 13345694.

HSL color Cylindrical-coordinate representation of color #9EA3CB: hue angle of 233.33º 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 #9EA3CB is Cyan = 0.22, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB158163203-
CMYK0.220.2000.20
HSL233.33º30.2%70.78%-
HSV(B)233.33º22.17%79.61%-
XYZ37.9837.7861.79-
YUV166.06148.84122.25-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 30.15%
GREEN value IS 163 (64.06% from 255) = 31.11%
BLUE value IS 203 (79.69% from 255) = 38.74%
R=30.15%
G=31.11%
B=38.74%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1581632030.220.2000.20233.3330.270.78
Hex9EA3CB1614014e91e47
Octal236243313262402435136107
Binary100111101010001111001011101101010001010011101001111101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EA3CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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