Shades of Regent St Blue #99BCCF
Tints of Regent St Blue #99BCCF
RGB
CMYK
RGB Variations
Color information
#99BCCF (or 0x99BCCF) is known color: Regent St Blue. HEX triplet: 99, BC and CF. RGB value is (153,188,207). Sum of RGB (Red+Green+Blue) = 153+188+207=548 (72% of max value = 765). Red value is 153 (60.16% from 255 or 27.92% from 548); Green value is 188 (73.83% from 255 or 34.31% from 548); Blue value is 207 (81.25% from 255 or 37.77% from 548); Max value from RGB is 207 - color contains mainly: blue. Hex color #99BCCF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99BCCF is #664330. Grayscale: #B3B3B3. Windows color (decimal): -6701873 or 13614233. OLE color: 13614233.
HSL color Cylindrical-coordinate representation of color #99BCCF: hue angle of 201.11º 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 #99BCCF is Cyan = 0.26, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 153 | 188 | 207 | - |
| CMYK | 0.26 | 0.09 | 0 | 0.19 |
| HSL | 201.11º | 0.36% | 0.71% | - |
| HSV(B) | 201.11º | 0.26% | 0.81% | - |
| XYZ | 42.38 | 47.24 | 65.92 | - |
| YUV | 179.7 | 143.4 | 108.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 188 | 207 | 0.26 | 0.09 | 0 | 0.19 | 201.11 | 0.36 | 0.71 |
| Hex | 99 | BC | CF | 1A | 9 | 0 | 13 | C9 | 24 | 47 |
| Octal | 231 | 274 | 317 | 32 | 11 | 0 | 23 | 311 | 44 | 107 |
| Binary | 10011001 | 10111100 | 11001111 | 11010 | 1001 | 0 | 10011 | 11001001 | 100100 | 1000111 |
Color Harmonies of #99BCCF
Complementary color
Monochromatic Colors of #99BCCF
Black with #99BCCF
Text Example
Text Example
White with #99BCCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99BCCF; }
p { color: rgb(153,188,207); }
H1.HeaderClassName
{
color: #99BCCF;
}
.AnyTagClassName
{
color: #99BCCF;
}
</style>
background-color css
<style>
a { background-color: #99BCCF; }
a { background-color: rgb(153,188,207); }
div.DivClassName
{
background-color: #99BCCF;
}
.BgClassName
{
background-color: #99BCCF;
}
</style>
border-color css
<style>
span { border-color: #99BCCF; }
span { border-color: rgb(153,188,207); }
td.TdClassName
{
border-color: #99BCCF;
}
.TagClassName
{
border-color: #99BCCF;
}
</style>