Shades of Regent St Blue #99BDD4
Tints of Regent St Blue #99BDD4
RGB
CMYK
RGB Variations
Color information
#99BDD4 (or 0x99BDD4) is known color: Regent St Blue. HEX triplet: 99, BD and D4. RGB value is (153,189,212). Sum of RGB (Red+Green+Blue) = 153+189+212=554 (73% of max value = 765). Red value is 153 (60.16% from 255 or 27.62% from 554); Green value is 189 (74.22% from 255 or 34.12% from 554); Blue value is 212 (83.20% from 255 or 38.27% from 554); Max value from RGB is 212 - color contains mainly: blue. Hex color #99BDD4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99BDD4 is #66422B. Grayscale: #B4B4B4. Windows color (decimal): -6701612 or 13942169. OLE color: 13942169.
HSL color Cylindrical-coordinate representation of color #99BDD4: hue angle of 203.39º degrees, saturation: 0.41, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #99BDD4 is Cyan = 0.28, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 153 | 189 | 212 | - |
| CMYK | 0.28 | 0.11 | 0 | 0.17 |
| HSL | 203.39º | 0.41% | 0.72% | - |
| HSV(B) | 203.39º | 0.28% | 0.83% | - |
| XYZ | 43.22 | 47.92 | 69.26 | - |
| YUV | 180.86 | 145.57 | 108.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 189 | 212 | 0.28 | 0.11 | 0 | 0.17 | 203.39 | 0.41 | 0.72 |
| Hex | 99 | BD | D4 | 1C | B | 0 | 11 | CB | 29 | 48 |
| Octal | 231 | 275 | 324 | 34 | 13 | 0 | 21 | 313 | 51 | 110 |
| Binary | 10011001 | 10111101 | 11010100 | 11100 | 1011 | 0 | 10001 | 11001011 | 101001 | 1001000 |
Color Harmonies of #99BDD4
Complementary color
Monochromatic Colors of #99BDD4
Black with #99BDD4
Text Example
Text Example
White with #99BDD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99BDD4; }
p { color: rgb(153,189,212); }
H1.HeaderClassName
{
color: #99BDD4;
}
.AnyTagClassName
{
color: #99BDD4;
}
</style>
background-color css
<style>
a { background-color: #99BDD4; }
a { background-color: rgb(153,189,212); }
div.DivClassName
{
background-color: #99BDD4;
}
.BgClassName
{
background-color: #99BDD4;
}
</style>
border-color css
<style>
span { border-color: #99BDD4; }
span { border-color: rgb(153,189,212); }
td.TdClassName
{
border-color: #99BDD4;
}
.TagClassName
{
border-color: #99BDD4;
}
</style>