Shades of Regent St Blue #99BDD3
Tints of Regent St Blue #99BDD3
RGB
CMYK
RGB Variations
Color information
#99BDD3 (or 0x99BDD3) is known color: Regent St Blue. HEX triplet: 99, BD and D3. RGB value is (153,189,211). Sum of RGB (Red+Green+Blue) = 153+189+211=553 (73% of max value = 765). Red value is 153 (60.16% from 255 or 27.67% from 553); Green value is 189 (74.22% from 255 or 34.18% from 553); Blue value is 211 (82.81% from 255 or 38.16% from 553); Max value from RGB is 211 - color contains mainly: blue. Hex color #99BDD3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99BDD3 is #66422C. Grayscale: #B4B4B4. Windows color (decimal): -6701613 or 13876633. OLE color: 13876633.
HSL color Cylindrical-coordinate representation of color #99BDD3: hue angle of 202.76º degrees, saturation: 0.4, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #99BDD3 is Cyan = 0.27, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 153 | 189 | 211 | - |
| CMYK | 0.27 | 0.10 | 0 | 0.17 |
| HSL | 202.76º | 0.4% | 0.71% | - |
| HSV(B) | 202.76º | 0.27% | 0.83% | - |
| XYZ | 43.09 | 47.87 | 68.6 | - |
| YUV | 180.74 | 145.07 | 108.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 189 | 211 | 0.27 | 0.10 | 0 | 0.17 | 202.76 | 0.4 | 0.71 |
| Hex | 99 | BD | D3 | 1B | A | 0 | 11 | CB | 28 | 47 |
| Octal | 231 | 275 | 323 | 33 | 12 | 0 | 21 | 313 | 50 | 107 |
| Binary | 10011001 | 10111101 | 11010011 | 11011 | 1010 | 0 | 10001 | 11001011 | 101000 | 1000111 |
Color Harmonies of #99BDD3
Complementary color
Monochromatic Colors of #99BDD3
Black with #99BDD3
Text Example
Text Example
White with #99BDD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99BDD3; }
p { color: rgb(153,189,211); }
H1.HeaderClassName
{
color: #99BDD3;
}
.AnyTagClassName
{
color: #99BDD3;
}
</style>
background-color css
<style>
a { background-color: #99BDD3; }
a { background-color: rgb(153,189,211); }
div.DivClassName
{
background-color: #99BDD3;
}
.BgClassName
{
background-color: #99BDD3;
}
</style>
border-color css
<style>
span { border-color: #99BDD3; }
span { border-color: rgb(153,189,211); }
td.TdClassName
{
border-color: #99BDD3;
}
.TagClassName
{
border-color: #99BDD3;
}
</style>