Shades of Regent St Blue #99D4DE
Tints of Regent St Blue #99D4DE
RGB
CMYK
RGB Variations
Color information
#99D4DE (or 0x99D4DE) is known color: Regent St Blue. HEX triplet: 99, D4 and DE. RGB value is (153,212,222). Sum of RGB (Red+Green+Blue) = 153+212+222=587 (77% of max value = 765). Red value is 153 (60.16% from 255 or 26.06% from 587); Green value is 212 (83.20% from 255 or 36.12% from 587); Blue value is 222 (87.11% from 255 or 37.82% from 587); Max value from RGB is 222 - color contains mainly: blue. Hex color #99D4DE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99D4DE is #662B21. Grayscale: #C3C3C3. Windows color (decimal): -6695714 or 14603417. OLE color: 14603417.
HSL color Cylindrical-coordinate representation of color #99D4DE: hue angle of 188.7º degrees, saturation: 0.51, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #99D4DE is Cyan = 0.31, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 153 | 212 | 222 | - |
| CMYK | 0.31 | 0.05 | 0 | 0.13 |
| HSL | 188.7º | 0.51% | 0.74% | - |
| HSV(B) | 188.7º | 0.31% | 0.87% | - |
| XYZ | 49.87 | 59.13 | 77.89 | - |
| YUV | 195.5 | 142.95 | 97.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 212 | 222 | 0.31 | 0.05 | 0 | 0.13 | 188.7 | 0.51 | 0.74 |
| Hex | 99 | D4 | DE | 1F | 5 | 0 | D | BD | 33 | 4A |
| Octal | 231 | 324 | 336 | 37 | 5 | 0 | 15 | 275 | 63 | 112 |
| Binary | 10011001 | 11010100 | 11011110 | 11111 | 101 | 0 | 1101 | 10111101 | 110011 | 1001010 |
Color Harmonies of #99D4DE
Complementary color
Monochromatic Colors of #99D4DE
Black with #99D4DE
Text Example
Text Example
White with #99D4DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99D4DE; }
p { color: rgb(153,212,222); }
H1.HeaderClassName
{
color: #99D4DE;
}
.AnyTagClassName
{
color: #99D4DE;
}
</style>
background-color css
<style>
a { background-color: #99D4DE; }
a { background-color: rgb(153,212,222); }
div.DivClassName
{
background-color: #99D4DE;
}
.BgClassName
{
background-color: #99D4DE;
}
</style>
border-color css
<style>
span { border-color: #99D4DE; }
span { border-color: rgb(153,212,222); }
td.TdClassName
{
border-color: #99D4DE;
}
.TagClassName
{
border-color: #99D4DE;
}
</style>