Shades of Blue Bell #9EA2C2
Tints of Blue Bell #9EA2C2
RGB
CMYK
RGB Variations
Color information
#9EA2C2 (or 0x9EA2C2) is known color: Blue Bell. HEX triplet: 9E, A2 and C2. RGB value is (158,162,194). Sum of RGB (Red+Green+Blue) = 158+162+194=514 (68% of max value = 765). Red value is 158 (62.11% from 255 or 30.74% from 514); Green value is 162 (63.67% from 255 or 31.52% from 514); Blue value is 194 (76.17% from 255 or 37.74% from 514); Max value from RGB is 194 - color contains mainly: blue. Hex color #9EA2C2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9EA2C2 is #615D3D. Grayscale: #A4A4A4. Windows color (decimal): -6380862 or 12755614. OLE color: 12755614.
HSL color Cylindrical-coordinate representation of color #9EA2C2: hue angle of 233.33º degrees, saturation: 0.23, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #9EA2C2 is Cyan = 0.19, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 158 | 162 | 194 | - |
| CMYK | 0.19 | 0.16 | 0 | 0.24 |
| HSL | 233.33º | 0.23% | 0.69% | - |
| HSV(B) | 233.33º | 0.19% | 0.76% | - |
| XYZ | 36.76 | 37 | 56.24 | - |
| YUV | 164.45 | 144.67 | 123.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 162 | 194 | 0.19 | 0.16 | 0 | 0.24 | 233.33 | 0.23 | 0.69 |
| Hex | 9E | A2 | C2 | 13 | 10 | 0 | 18 | E9 | 17 | 45 |
| Octal | 236 | 242 | 302 | 23 | 20 | 0 | 30 | 351 | 27 | 105 |
| Binary | 10011110 | 10100010 | 11000010 | 10011 | 10000 | 0 | 11000 | 11101001 | 10111 | 1000101 |
Color Harmonies of #9EA2C2
Complementary color
Monochromatic Colors of #9EA2C2
Black with #9EA2C2
Text Example
Text Example
White with #9EA2C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EA2C2; }
p { color: rgb(158,162,194); }
H1.HeaderClassName
{
color: #9EA2C2;
}
.AnyTagClassName
{
color: #9EA2C2;
}
</style>
background-color css
<style>
a { background-color: #9EA2C2; }
a { background-color: rgb(158,162,194); }
div.DivClassName
{
background-color: #9EA2C2;
}
.BgClassName
{
background-color: #9EA2C2;
}
</style>
border-color css
<style>
span { border-color: #9EA2C2; }
span { border-color: rgb(158,162,194); }
td.TdClassName
{
border-color: #9EA2C2;
}
.TagClassName
{
border-color: #9EA2C2;
}
</style>