Shades of Regent St Blue #99BECE
Tints of Regent St Blue #99BECE
RGB
CMYK
RGB Variations
Color information
#99BECE (or 0x99BECE) is known color: Regent St Blue. HEX triplet: 99, BE and CE. RGB value is (153,190,206). Sum of RGB (Red+Green+Blue) = 153+190+206=549 (72% of max value = 765). Red value is 153 (60.16% from 255 or 27.87% from 549); Green value is 190 (74.61% from 255 or 34.61% from 549); Blue value is 206 (80.86% from 255 or 37.52% from 549); Max value from RGB is 206 - color contains mainly: blue. Hex color #99BECE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99BECE is #664131. Grayscale: #B4B4B4. Windows color (decimal): -6701362 or 13549209. OLE color: 13549209.
HSL color Cylindrical-coordinate representation of color #99BECE: hue angle of 198.11º degrees, saturation: 0.35, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #99BECE is Cyan = 0.26, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 153 | 190 | 206 | - |
| CMYK | 0.26 | 0.08 | 0 | 0.19 |
| HSL | 198.11º | 0.35% | 0.7% | - |
| HSV(B) | 198.11º | 0.26% | 0.81% | - |
| XYZ | 42.69 | 48.06 | 65.42 | - |
| YUV | 180.76 | 142.24 | 108.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 190 | 206 | 0.26 | 0.08 | 0 | 0.19 | 198.11 | 0.35 | 0.7 |
| Hex | 99 | BE | CE | 1A | 8 | 0 | 13 | C6 | 23 | 46 |
| Octal | 231 | 276 | 316 | 32 | 10 | 0 | 23 | 306 | 43 | 106 |
| Binary | 10011001 | 10111110 | 11001110 | 11010 | 1000 | 0 | 10011 | 11000110 | 100011 | 1000110 |
Color Harmonies of #99BECE
Complementary color
Monochromatic Colors of #99BECE
Black with #99BECE
Text Example
Text Example
White with #99BECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99BECE; }
p { color: rgb(153,190,206); }
H1.HeaderClassName
{
color: #99BECE;
}
.AnyTagClassName
{
color: #99BECE;
}
</style>
background-color css
<style>
a { background-color: #99BECE; }
a { background-color: rgb(153,190,206); }
div.DivClassName
{
background-color: #99BECE;
}
.BgClassName
{
background-color: #99BECE;
}
</style>
border-color css
<style>
span { border-color: #99BECE; }
span { border-color: rgb(153,190,206); }
td.TdClassName
{
border-color: #99BECE;
}
.TagClassName
{
border-color: #99BECE;
}
</style>