Shades of Regent St Blue #92D3DF
Tints of Regent St Blue #92D3DF
RGB
CMYK
RGB Variations
Color information
#92D3DF (or 0x92D3DF) is known color: Regent St Blue. HEX triplet: 92, D3 and DF. RGB value is (146,211,223). Sum of RGB (Red+Green+Blue) = 146+211+223=580 (76% of max value = 765). Red value is 146 (57.42% from 255 or 25.17% from 580); Green value is 211 (82.81% from 255 or 36.38% from 580); Blue value is 223 (87.5% from 255 or 38.45% from 580); Max value from RGB is 223 - color contains mainly: blue. Hex color #92D3DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #92D3DF is #6D2C20. Grayscale: #C0C0C0. Windows color (decimal): -7154721 or 14668690. OLE color: 14668690.
HSL color Cylindrical-coordinate representation of color #92D3DF: hue angle of 189.35º degrees, saturation: 0.55, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #92D3DF is Cyan = 0.35, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 146 | 211 | 223 | - |
| CMYK | 0.35 | 0.05 | 0 | 0.13 |
| HSL | 189.35º | 0.55% | 0.72% | - |
| HSV(B) | 189.35º | 0.35% | 0.87% | - |
| XYZ | 48.47 | 58.03 | 78.46 | - |
| YUV | 192.93 | 144.97 | 94.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 211 | 223 | 0.35 | 0.05 | 0 | 0.13 | 189.35 | 0.55 | 0.72 |
| Hex | 92 | D3 | DF | 23 | 5 | 0 | D | BD | 37 | 48 |
| Octal | 222 | 323 | 337 | 43 | 5 | 0 | 15 | 275 | 67 | 110 |
| Binary | 10010010 | 11010011 | 11011111 | 100011 | 101 | 0 | 1101 | 10111101 | 110111 | 1001000 |
Color Harmonies of #92D3DF
Complementary color
Monochromatic Colors of #92D3DF
Black with #92D3DF
Text Example
Text Example
White with #92D3DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92D3DF; }
p { color: rgb(146,211,223); }
H1.HeaderClassName
{
color: #92D3DF;
}
.AnyTagClassName
{
color: #92D3DF;
}
</style>
background-color css
<style>
a { background-color: #92D3DF; }
a { background-color: rgb(146,211,223); }
div.DivClassName
{
background-color: #92D3DF;
}
.BgClassName
{
background-color: #92D3DF;
}
</style>
border-color css
<style>
span { border-color: #92D3DF; }
span { border-color: rgb(146,211,223); }
td.TdClassName
{
border-color: #92D3DF;
}
.TagClassName
{
border-color: #92D3DF;
}
</style>