Shades of Regent St Blue #99BBD6
Tints of Regent St Blue #99BBD6
RGB
CMYK
RGB Variations
Color information
#99BBD6 (or 0x99BBD6) is known color: Regent St Blue. HEX triplet: 99, BB and D6. RGB value is (153,187,214). Sum of RGB (Red+Green+Blue) = 153+187+214=554 (73% of max value = 765). Red value is 153 (60.16% from 255 or 27.62% from 554); Green value is 187 (73.44% from 255 or 33.75% from 554); Blue value is 214 (83.98% from 255 or 38.63% from 554); Max value from RGB is 214 - color contains mainly: blue. Hex color #99BBD6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99BBD6 is #664429. Grayscale: #B3B3B3. Windows color (decimal): -6702122 or 14072729. OLE color: 14072729.
HSL color Cylindrical-coordinate representation of color #99BBD6: hue angle of 206.56º degrees, saturation: 0.43, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #99BBD6 is Cyan = 0.29, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 153 | 187 | 214 | - |
| CMYK | 0.29 | 0.13 | 0 | 0.16 |
| HSL | 206.56º | 0.43% | 0.72% | - |
| HSV(B) | 206.56º | 0.29% | 0.84% | - |
| XYZ | 43.04 | 47.17 | 70.45 | - |
| YUV | 179.91 | 147.24 | 108.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 187 | 214 | 0.29 | 0.13 | 0 | 0.16 | 206.56 | 0.43 | 0.72 |
| Hex | 99 | BB | D6 | 1D | D | 0 | 10 | CF | 2B | 48 |
| Octal | 231 | 273 | 326 | 35 | 15 | 0 | 20 | 317 | 53 | 110 |
| Binary | 10011001 | 10111011 | 11010110 | 11101 | 1101 | 0 | 10000 | 11001111 | 101011 | 1001000 |
Color Harmonies of #99BBD6
Complementary color
Monochromatic Colors of #99BBD6
Black with #99BBD6
Text Example
Text Example
White with #99BBD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99BBD6; }
p { color: rgb(153,187,214); }
H1.HeaderClassName
{
color: #99BBD6;
}
.AnyTagClassName
{
color: #99BBD6;
}
</style>
background-color css
<style>
a { background-color: #99BBD6; }
a { background-color: rgb(153,187,214); }
div.DivClassName
{
background-color: #99BBD6;
}
.BgClassName
{
background-color: #99BBD6;
}
</style>
border-color css
<style>
span { border-color: #99BBD6; }
span { border-color: rgb(153,187,214); }
td.TdClassName
{
border-color: #99BBD6;
}
.TagClassName
{
border-color: #99BBD6;
}
</style>