Shades of Regent St Blue #99CDDE
Tints of Regent St Blue #99CDDE
RGB
CMYK
RGB Variations
Color information
#99CDDE (or 0x99CDDE) is known color: Regent St Blue. HEX triplet: 99, CD and DE. RGB value is (153,205,222). Sum of RGB (Red+Green+Blue) = 153+205+222=580 (76% of max value = 765). Red value is 153 (60.16% from 255 or 26.38% from 580); Green value is 205 (80.47% from 255 or 35.34% from 580); Blue value is 222 (87.11% from 255 or 38.28% from 580); Max value from RGB is 222 - color contains mainly: blue. Hex color #99CDDE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99CDDE is #663221. Grayscale: #BFBFBF. Windows color (decimal): -6697506 or 14601625. OLE color: 14601625.
HSL color Cylindrical-coordinate representation of color #99CDDE: hue angle of 194.78º 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 #99CDDE is Cyan = 0.31, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 153 | 205 | 222 | - |
| CMYK | 0.31 | 0.08 | 0 | 0.13 |
| HSL | 194.78º | 0.51% | 0.74% | - |
| HSV(B) | 194.78º | 0.31% | 0.87% | - |
| XYZ | 48.15 | 55.71 | 77.32 | - |
| YUV | 191.39 | 145.27 | 100.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 205 | 222 | 0.31 | 0.08 | 0 | 0.13 | 194.78 | 0.51 | 0.74 |
| Hex | 99 | CD | DE | 1F | 8 | 0 | D | C3 | 33 | 4A |
| Octal | 231 | 315 | 336 | 37 | 10 | 0 | 15 | 303 | 63 | 112 |
| Binary | 10011001 | 11001101 | 11011110 | 11111 | 1000 | 0 | 1101 | 11000011 | 110011 | 1001010 |
Color Harmonies of #99CDDE
Complementary color
Monochromatic Colors of #99CDDE
Black with #99CDDE
Text Example
Text Example
White with #99CDDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99CDDE; }
p { color: rgb(153,205,222); }
H1.HeaderClassName
{
color: #99CDDE;
}
.AnyTagClassName
{
color: #99CDDE;
}
</style>
background-color css
<style>
a { background-color: #99CDDE; }
a { background-color: rgb(153,205,222); }
div.DivClassName
{
background-color: #99CDDE;
}
.BgClassName
{
background-color: #99CDDE;
}
</style>
border-color css
<style>
span { border-color: #99CDDE; }
span { border-color: rgb(153,205,222); }
td.TdClassName
{
border-color: #99CDDE;
}
.TagClassName
{
border-color: #99CDDE;
}
</style>