Shades of Light Steel Blue #99B8DF
Tints of Light Steel Blue #99B8DF
RGB
CMYK
RGB Variations
Color information
#99B8DF (or 0x99B8DF) is known color: Light Steel Blue. HEX triplet: 99, B8 and DF. RGB value is (153,184,223). Sum of RGB (Red+Green+Blue) = 153+184+223=560 (74% of max value = 765). Red value is 153 (60.16% from 255 or 27.32% from 560); Green value is 184 (72.27% from 255 or 32.86% from 560); Blue value is 223 (87.5% from 255 or 39.82% from 560); Max value from RGB is 223 - color contains mainly: blue. Hex color #99B8DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99B8DF is #664720. Grayscale: #B2B2B2. Windows color (decimal): -6702881 or 14661785. OLE color: 14661785.
HSL color Cylindrical-coordinate representation of color #99B8DF: hue angle of 213.43º degrees, saturation: 0.52, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #99B8DF is Cyan = 0.31, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 153 | 184 | 223 | - |
| CMYK | 0.31 | 0.17 | 0 | 0.13 |
| HSL | 213.43º | 0.52% | 0.74% | - |
| HSV(B) | 213.43º | 0.31% | 0.87% | - |
| XYZ | 43.6 | 46.38 | 76.47 | - |
| YUV | 179.18 | 152.73 | 109.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 184 | 223 | 0.31 | 0.17 | 0 | 0.13 | 213.43 | 0.52 | 0.74 |
| Hex | 99 | B8 | DF | 1F | 11 | 0 | D | D5 | 34 | 4A |
| Octal | 231 | 270 | 337 | 37 | 21 | 0 | 15 | 325 | 64 | 112 |
| Binary | 10011001 | 10111000 | 11011111 | 11111 | 10001 | 0 | 1101 | 11010101 | 110100 | 1001010 |
Color Harmonies of #99B8DF
Complementary color
Monochromatic Colors of #99B8DF
Black with #99B8DF
Text Example
Text Example
White with #99B8DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99B8DF; }
p { color: rgb(153,184,223); }
H1.HeaderClassName
{
color: #99B8DF;
}
.AnyTagClassName
{
color: #99B8DF;
}
</style>
background-color css
<style>
a { background-color: #99B8DF; }
a { background-color: rgb(153,184,223); }
div.DivClassName
{
background-color: #99B8DF;
}
.BgClassName
{
background-color: #99B8DF;
}
</style>
border-color css
<style>
span { border-color: #99B8DF; }
span { border-color: rgb(153,184,223); }
td.TdClassName
{
border-color: #99B8DF;
}
.TagClassName
{
border-color: #99B8DF;
}
</style>