Shades of Regent St Blue #99CEDA
Tints of Regent St Blue #99CEDA
RGB
CMYK
RGB Variations
Color information
#99CEDA (or 0x99CEDA) is known color: Regent St Blue. HEX triplet: 99, CE and DA. RGB value is (153,206,218). Sum of RGB (Red+Green+Blue) = 153+206+218=577 (76% of max value = 765). Red value is 153 (60.16% from 255 or 26.52% from 577); Green value is 206 (80.86% from 255 or 35.70% from 577); Blue value is 218 (85.55% from 255 or 37.78% from 577); Max value from RGB is 218 - color contains mainly: blue. Hex color #99CEDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99CEDA is #663125. Grayscale: #BFBFBF. Windows color (decimal): -6697254 or 14339737. OLE color: 14339737.
HSL color Cylindrical-coordinate representation of color #99CEDA: hue angle of 191.08º 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 #99CEDA is Cyan = 0.30, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 153 | 206 | 218 | - |
| CMYK | 0.30 | 0.06 | 0 | 0.15 |
| HSL | 191.08º | 0.47% | 0.73% | - |
| HSV(B) | 191.08º | 0.3% | 0.85% | - |
| XYZ | 47.86 | 55.98 | 74.61 | - |
| YUV | 191.52 | 142.94 | 100.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 206 | 218 | 0.30 | 0.06 | 0 | 0.15 | 191.08 | 0.47 | 0.73 |
| Hex | 99 | CE | DA | 1E | 6 | 0 | F | BF | 2F | 49 |
| Octal | 231 | 316 | 332 | 36 | 6 | 0 | 17 | 277 | 57 | 111 |
| Binary | 10011001 | 11001110 | 11011010 | 11110 | 110 | 0 | 1111 | 10111111 | 101111 | 1001001 |
Color Harmonies of #99CEDA
Complementary color
Monochromatic Colors of #99CEDA
Black with #99CEDA
Text Example
Text Example
White with #99CEDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99CEDA; }
p { color: rgb(153,206,218); }
H1.HeaderClassName
{
color: #99CEDA;
}
.AnyTagClassName
{
color: #99CEDA;
}
</style>
background-color css
<style>
a { background-color: #99CEDA; }
a { background-color: rgb(153,206,218); }
div.DivClassName
{
background-color: #99CEDA;
}
.BgClassName
{
background-color: #99CEDA;
}
</style>
border-color css
<style>
span { border-color: #99CEDA; }
span { border-color: rgb(153,206,218); }
td.TdClassName
{
border-color: #99CEDA;
}
.TagClassName
{
border-color: #99CEDA;
}
</style>