Shades of Regent St Blue #99D1DE
Tints of Regent St Blue #99D1DE
RGB
CMYK
RGB Variations
Color information
#99D1DE (or 0x99D1DE) is known color: Regent St Blue. HEX triplet: 99, D1 and DE. RGB value is (153,209,222). Sum of RGB (Red+Green+Blue) = 153+209+222=584 (77% of max value = 765). Red value is 153 (60.16% from 255 or 26.20% from 584); Green value is 209 (82.03% from 255 or 35.79% from 584); Blue value is 222 (87.11% from 255 or 38.01% from 584); Max value from RGB is 222 - color contains mainly: blue. Hex color #99D1DE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99D1DE is #662E21. Grayscale: #C1C1C1. Windows color (decimal): -6696482 or 14602649. OLE color: 14602649.
HSL color Cylindrical-coordinate representation of color #99D1DE: hue angle of 191.3º 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 #99D1DE is Cyan = 0.31, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 153 | 209 | 222 | - |
| CMYK | 0.31 | 0.06 | 0 | 0.13 |
| HSL | 191.3º | 0.51% | 0.74% | - |
| HSV(B) | 191.3º | 0.31% | 0.87% | - |
| XYZ | 49.12 | 57.65 | 77.65 | - |
| YUV | 193.74 | 143.95 | 98.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 209 | 222 | 0.31 | 0.06 | 0 | 0.13 | 191.3 | 0.51 | 0.74 |
| Hex | 99 | D1 | DE | 1F | 6 | 0 | D | BF | 33 | 4A |
| Octal | 231 | 321 | 336 | 37 | 6 | 0 | 15 | 277 | 63 | 112 |
| Binary | 10011001 | 11010001 | 11011110 | 11111 | 110 | 0 | 1101 | 10111111 | 110011 | 1001010 |
Color Harmonies of #99D1DE
Complementary color
Monochromatic Colors of #99D1DE
Black with #99D1DE
Text Example
Text Example
White with #99D1DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99D1DE; }
p { color: rgb(153,209,222); }
H1.HeaderClassName
{
color: #99D1DE;
}
.AnyTagClassName
{
color: #99D1DE;
}
</style>
background-color css
<style>
a { background-color: #99D1DE; }
a { background-color: rgb(153,209,222); }
div.DivClassName
{
background-color: #99D1DE;
}
.BgClassName
{
background-color: #99D1DE;
}
</style>
border-color css
<style>
span { border-color: #99D1DE; }
span { border-color: rgb(153,209,222); }
td.TdClassName
{
border-color: #99D1DE;
}
.TagClassName
{
border-color: #99D1DE;
}
</style>