Shades of Regent St Blue #92C6D5
Tints of Regent St Blue #92C6D5
RGB
CMYK
RGB Variations
Color information
#92C6D5 (or 0x92C6D5) is known color: Regent St Blue. HEX triplet: 92, C6 and D5. RGB value is (146,198,213). Sum of RGB (Red+Green+Blue) = 146+198+213=557 (73% of max value = 765). Red value is 146 (57.42% from 255 or 26.21% from 557); Green value is 198 (77.73% from 255 or 35.55% from 557); Blue value is 213 (83.59% from 255 or 38.24% from 557); Max value from RGB is 213 - color contains mainly: blue. Hex color #92C6D5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #92C6D5 is #6D392A. Grayscale: #B8B8B8. Windows color (decimal): -7158059 or 14010002. OLE color: 14010002.
HSL color Cylindrical-coordinate representation of color #92C6D5: hue angle of 193.43º degrees, saturation: 0.44, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #92C6D5 is Cyan = 0.31, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 146 | 198 | 213 | - |
| CMYK | 0.31 | 0.07 | 0 | 0.16 |
| HSL | 193.43º | 0.44% | 0.7% | - |
| HSV(B) | 193.43º | 0.31% | 0.84% | - |
| XYZ | 44.06 | 51.3 | 70.53 | - |
| YUV | 184.16 | 144.27 | 100.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 198 | 213 | 0.31 | 0.07 | 0 | 0.16 | 193.43 | 0.44 | 0.7 |
| Hex | 92 | C6 | D5 | 1F | 7 | 0 | 10 | C1 | 2C | 46 |
| Octal | 222 | 306 | 325 | 37 | 7 | 0 | 20 | 301 | 54 | 106 |
| Binary | 10010010 | 11000110 | 11010101 | 11111 | 111 | 0 | 10000 | 11000001 | 101100 | 1000110 |
Color Harmonies of #92C6D5
Complementary color
Monochromatic Colors of #92C6D5
Black with #92C6D5
Text Example
Text Example
White with #92C6D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92C6D5; }
p { color: rgb(146,198,213); }
H1.HeaderClassName
{
color: #92C6D5;
}
.AnyTagClassName
{
color: #92C6D5;
}
</style>
background-color css
<style>
a { background-color: #92C6D5; }
a { background-color: rgb(146,198,213); }
div.DivClassName
{
background-color: #92C6D5;
}
.BgClassName
{
background-color: #92C6D5;
}
</style>
border-color css
<style>
span { border-color: #92C6D5; }
span { border-color: rgb(146,198,213); }
td.TdClassName
{
border-color: #92C6D5;
}
.TagClassName
{
border-color: #92C6D5;
}
</style>