Shades of Regent St Blue #92C9D6
Tints of Regent St Blue #92C9D6
RGB
CMYK
RGB Variations
Color information
#92C9D6 (or 0x92C9D6) is known color: Regent St Blue. HEX triplet: 92, C9 and D6. RGB value is (146,201,214). Sum of RGB (Red+Green+Blue) = 146+201+214=561 (74% of max value = 765). Red value is 146 (57.42% from 255 or 26.02% from 561); Green value is 201 (78.91% from 255 or 35.83% from 561); Blue value is 214 (83.98% from 255 or 38.15% from 561); Max value from RGB is 214 - color contains mainly: blue. Hex color #92C9D6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #92C9D6 is #6D3629. Grayscale: #B9B9B9. Windows color (decimal): -7157290 or 14076306. OLE color: 14076306.
HSL color Cylindrical-coordinate representation of color #92C9D6: hue angle of 191.47º degrees, saturation: 0.45, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #92C9D6 is Cyan = 0.32, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 146 | 201 | 214 | - |
| CMYK | 0.32 | 0.06 | 0 | 0.16 |
| HSL | 191.47º | 0.45% | 0.71% | - |
| HSV(B) | 191.47º | 0.32% | 0.84% | - |
| XYZ | 44.88 | 52.74 | 71.43 | - |
| YUV | 186.04 | 143.78 | 99.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 201 | 214 | 0.32 | 0.06 | 0 | 0.16 | 191.47 | 0.45 | 0.71 |
| Hex | 92 | C9 | D6 | 20 | 6 | 0 | 10 | BF | 2D | 47 |
| Octal | 222 | 311 | 326 | 40 | 6 | 0 | 20 | 277 | 55 | 107 |
| Binary | 10010010 | 11001001 | 11010110 | 100000 | 110 | 0 | 10000 | 10111111 | 101101 | 1000111 |
Color Harmonies of #92C9D6
Complementary color
Monochromatic Colors of #92C9D6
Black with #92C9D6
Text Example
Text Example
White with #92C9D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92C9D6; }
p { color: rgb(146,201,214); }
H1.HeaderClassName
{
color: #92C9D6;
}
.AnyTagClassName
{
color: #92C9D6;
}
</style>
background-color css
<style>
a { background-color: #92C9D6; }
a { background-color: rgb(146,201,214); }
div.DivClassName
{
background-color: #92C9D6;
}
.BgClassName
{
background-color: #92C9D6;
}
</style>
border-color css
<style>
span { border-color: #92C9D6; }
span { border-color: rgb(146,201,214); }
td.TdClassName
{
border-color: #92C9D6;
}
.TagClassName
{
border-color: #92C9D6;
}
</style>