Shades of Regent St Blue #99C2D8
Tints of Regent St Blue #99C2D8
RGB
CMYK
RGB Variations
Color information
#99C2D8 (or 0x99C2D8) is known color: Regent St Blue. HEX triplet: 99, C2 and D8. RGB value is (153,194,216). Sum of RGB (Red+Green+Blue) = 153+194+216=563 (74% of max value = 765). Red value is 153 (60.16% from 255 or 27.18% from 563); Green value is 194 (76.17% from 255 or 34.46% from 563); Blue value is 216 (84.77% from 255 or 38.37% from 563); Max value from RGB is 216 - color contains mainly: blue. Hex color #99C2D8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99C2D8 is #663D27. Grayscale: #B8B8B8. Windows color (decimal): -6700328 or 14205593. OLE color: 14205593.
HSL color Cylindrical-coordinate representation of color #99C2D8: hue angle of 200.95º degrees, saturation: 0.45, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #99C2D8 is Cyan = 0.29, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 153 | 194 | 216 | - |
| CMYK | 0.29 | 0.10 | 0 | 0.15 |
| HSL | 200.95º | 0.45% | 0.72% | - |
| HSV(B) | 200.95º | 0.29% | 0.85% | - |
| XYZ | 44.82 | 50.31 | 72.31 | - |
| YUV | 184.25 | 145.92 | 105.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 194 | 216 | 0.29 | 0.10 | 0 | 0.15 | 200.95 | 0.45 | 0.72 |
| Hex | 99 | C2 | D8 | 1D | A | 0 | F | C9 | 2D | 48 |
| Octal | 231 | 302 | 330 | 35 | 12 | 0 | 17 | 311 | 55 | 110 |
| Binary | 10011001 | 11000010 | 11011000 | 11101 | 1010 | 0 | 1111 | 11001001 | 101101 | 1001000 |
Color Harmonies of #99C2D8
Complementary color
Monochromatic Colors of #99C2D8
Black with #99C2D8
Text Example
Text Example
White with #99C2D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99C2D8; }
p { color: rgb(153,194,216); }
H1.HeaderClassName
{
color: #99C2D8;
}
.AnyTagClassName
{
color: #99C2D8;
}
</style>
background-color css
<style>
a { background-color: #99C2D8; }
a { background-color: rgb(153,194,216); }
div.DivClassName
{
background-color: #99C2D8;
}
.BgClassName
{
background-color: #99C2D8;
}
</style>
border-color css
<style>
span { border-color: #99C2D8; }
span { border-color: rgb(153,194,216); }
td.TdClassName
{
border-color: #99C2D8;
}
.TagClassName
{
border-color: #99C2D8;
}
</style>