Shades of Regent St Blue #99BBCF
Tints of Regent St Blue #99BBCF
RGB
CMYK
RGB Variations
Color information
#99BBCF (or 0x99BBCF) is known color: Regent St Blue. HEX triplet: 99, BB and CF. RGB value is (153,187,207). Sum of RGB (Red+Green+Blue) = 153+187+207=547 (72% of max value = 765). Red value is 153 (60.16% from 255 or 27.97% from 547); Green value is 187 (73.44% from 255 or 34.19% from 547); Blue value is 207 (81.25% from 255 or 37.84% from 547); Max value from RGB is 207 - color contains mainly: blue. Hex color #99BBCF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99BBCF is #664430. Grayscale: #B3B3B3. Windows color (decimal): -6702129 or 13613977. OLE color: 13613977.
HSL color Cylindrical-coordinate representation of color #99BBCF: hue angle of 202.22º degrees, saturation: 0.36, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #99BBCF is Cyan = 0.26, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 153 | 187 | 207 | - |
| CMYK | 0.26 | 0.10 | 0 | 0.19 |
| HSL | 202.22º | 0.36% | 0.71% | - |
| HSV(B) | 202.22º | 0.26% | 0.81% | - |
| XYZ | 42.17 | 46.82 | 65.85 | - |
| YUV | 179.11 | 143.74 | 109.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 187 | 207 | 0.26 | 0.10 | 0 | 0.19 | 202.22 | 0.36 | 0.71 |
| Hex | 99 | BB | CF | 1A | A | 0 | 13 | CA | 24 | 47 |
| Octal | 231 | 273 | 317 | 32 | 12 | 0 | 23 | 312 | 44 | 107 |
| Binary | 10011001 | 10111011 | 11001111 | 11010 | 1010 | 0 | 10011 | 11001010 | 100100 | 1000111 |
Color Harmonies of #99BBCF
Complementary color
Monochromatic Colors of #99BBCF
Black with #99BBCF
Text Example
Text Example
White with #99BBCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99BBCF; }
p { color: rgb(153,187,207); }
H1.HeaderClassName
{
color: #99BBCF;
}
.AnyTagClassName
{
color: #99BBCF;
}
</style>
background-color css
<style>
a { background-color: #99BBCF; }
a { background-color: rgb(153,187,207); }
div.DivClassName
{
background-color: #99BBCF;
}
.BgClassName
{
background-color: #99BBCF;
}
</style>
border-color css
<style>
span { border-color: #99BBCF; }
span { border-color: rgb(153,187,207); }
td.TdClassName
{
border-color: #99BBCF;
}
.TagClassName
{
border-color: #99BBCF;
}
</style>