Shades of Light Steel Blue #99B9E0
Tints of Light Steel Blue #99B9E0
RGB
CMYK
RGB Variations
Color information
#99B9E0 (or 0x99B9E0) is known color: Light Steel Blue. HEX triplet: 99, B9 and E0. RGB value is (153,185,224). Sum of RGB (Red+Green+Blue) = 153+185+224=562 (74% of max value = 765). Red value is 153 (60.16% from 255 or 27.22% from 562); Green value is 185 (72.66% from 255 or 32.92% from 562); Blue value is 224 (87.89% from 255 or 39.86% from 562); Max value from RGB is 224 - color contains mainly: blue. Hex color #99B9E0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99B9E0 is #66461F. Grayscale: #B3B3B3. Windows color (decimal): -6702624 or 14727577. OLE color: 14727577.
HSL color Cylindrical-coordinate representation of color #99B9E0: hue angle of 212.96º degrees, saturation: 0.53, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #99B9E0 is Cyan = 0.32, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 153 | 185 | 224 | - |
| CMYK | 0.32 | 0.17 | 0 | 0.12 |
| HSL | 212.96º | 0.53% | 0.74% | - |
| HSV(B) | 212.96º | 0.32% | 0.88% | - |
| XYZ | 43.94 | 46.85 | 77.25 | - |
| YUV | 179.88 | 152.9 | 108.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 185 | 224 | 0.32 | 0.17 | 0 | 0.12 | 212.96 | 0.53 | 0.74 |
| Hex | 99 | B9 | E0 | 20 | 11 | 0 | C | D5 | 35 | 4A |
| Octal | 231 | 271 | 340 | 40 | 21 | 0 | 14 | 325 | 65 | 112 |
| Binary | 10011001 | 10111001 | 11100000 | 100000 | 10001 | 0 | 1100 | 11010101 | 110101 | 1001010 |
Color Harmonies of #99B9E0
Complementary color
Monochromatic Colors of #99B9E0
Black with #99B9E0
Text Example
Text Example
White with #99B9E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99B9E0; }
p { color: rgb(153,185,224); }
H1.HeaderClassName
{
color: #99B9E0;
}
.AnyTagClassName
{
color: #99B9E0;
}
</style>
background-color css
<style>
a { background-color: #99B9E0; }
a { background-color: rgb(153,185,224); }
div.DivClassName
{
background-color: #99B9E0;
}
.BgClassName
{
background-color: #99B9E0;
}
</style>
border-color css
<style>
span { border-color: #99B9E0; }
span { border-color: rgb(153,185,224); }
td.TdClassName
{
border-color: #99B9E0;
}
.TagClassName
{
border-color: #99B9E0;
}
</style>