#9EA2CB

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

Shades of Blue Bell #9EA2CB

Tints of Blue Bell #9EA2CB

Color information

#9EA2CB (or 0x9EA2CB) is unknown color: approx Blue Bell. HEX triplet: 9E, A2 and CB. RGB value is (158,162,203). Sum of RGB (Red+Green+Blue) = 158+162+203=523 (69% of max value = 765). Red value is 158 (62.11% from 255 or 30.21% from 523); Green value is 162 (63.67% from 255 or 30.98% from 523); Blue value is 203 (79.69% from 255 or 38.81% from 523); Max value from RGB is 203 - color contains mainly: blue. Hex color #9EA2CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9EA2CB is #615D34. Grayscale: #A5A5A5. Windows color (decimal): -6380853 or 13345438. OLE color: 13345438.

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

Color convert

RGB158162203-
CMYK0.220.2000.20
HSL234.67º30.2%70.78%-
HSV(B)234.67º22.17%79.61%-
XYZ37.837.4261.73-
YUV165.48149.17122.67-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 30.21%
GREEN value IS 162 (63.67% from 255) = 30.98%
BLUE value IS 203 (79.69% from 255) = 38.81%
R=30.21%
G=30.98%
B=38.81%

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
Decimal1581622030.220.2000.20234.6730.270.78
Hex9EA2CB1614014eb1e47
Octal236242313262402435336107
Binary100111101010001011001011101101010001010011101011111101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EA2CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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