Shades of Regent St Blue #99CFDA
Tints of Regent St Blue #99CFDA
RGB
CMYK
RGB Variations
Color information
#99CFDA (or 0x99CFDA) is known color: Regent St Blue. HEX triplet: 99, CF and DA. RGB value is (153,207,218). Sum of RGB (Red+Green+Blue) = 153+207+218=578 (76% of max value = 765). Red value is 153 (60.16% from 255 or 26.47% from 578); Green value is 207 (81.25% from 255 or 35.81% from 578); Blue value is 218 (85.55% from 255 or 37.72% from 578); Max value from RGB is 218 - color contains mainly: blue. Hex color #99CFDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99CFDA is #663025. Grayscale: #C0C0C0. Windows color (decimal): -6696998 or 14339993. OLE color: 14339993.
HSL color Cylindrical-coordinate representation of color #99CFDA: hue angle of 190.15º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #99CFDA is Cyan = 0.30, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 153 | 207 | 218 | - |
| CMYK | 0.30 | 0.05 | 0 | 0.15 |
| HSL | 190.15º | 0.47% | 0.73% | - |
| HSV(B) | 190.15º | 0.3% | 0.85% | - |
| XYZ | 48.1 | 56.46 | 74.69 | - |
| YUV | 192.11 | 142.61 | 100.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 207 | 218 | 0.30 | 0.05 | 0 | 0.15 | 190.15 | 0.47 | 0.73 |
| Hex | 99 | CF | DA | 1E | 5 | 0 | F | BE | 2F | 49 |
| Octal | 231 | 317 | 332 | 36 | 5 | 0 | 17 | 276 | 57 | 111 |
| Binary | 10011001 | 11001111 | 11011010 | 11110 | 101 | 0 | 1111 | 10111110 | 101111 | 1001001 |
Color Harmonies of #99CFDA
Complementary color
Monochromatic Colors of #99CFDA
Black with #99CFDA
Text Example
Text Example
White with #99CFDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99CFDA; }
p { color: rgb(153,207,218); }
H1.HeaderClassName
{
color: #99CFDA;
}
.AnyTagClassName
{
color: #99CFDA;
}
</style>
background-color css
<style>
a { background-color: #99CFDA; }
a { background-color: rgb(153,207,218); }
div.DivClassName
{
background-color: #99CFDA;
}
.BgClassName
{
background-color: #99CFDA;
}
</style>
border-color css
<style>
span { border-color: #99CFDA; }
span { border-color: rgb(153,207,218); }
td.TdClassName
{
border-color: #99CFDA;
}
.TagClassName
{
border-color: #99CFDA;
}
</style>