Shades of Regent St Blue #92C1D3
Tints of Regent St Blue #92C1D3
RGB
CMYK
RGB Variations
Color information
#92C1D3 (or 0x92C1D3) is known color: Regent St Blue. HEX triplet: 92, C1 and D3. RGB value is (146,193,211). Sum of RGB (Red+Green+Blue) = 146+193+211=550 (72% of max value = 765). Red value is 146 (57.42% from 255 or 26.55% from 550); Green value is 193 (75.78% from 255 or 35.09% from 550); Blue value is 211 (82.81% from 255 or 38.36% from 550); Max value from RGB is 211 - color contains mainly: blue. Hex color #92C1D3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #92C1D3 is #6D3E2C. Grayscale: #B4B4B4. Windows color (decimal): -7159341 or 13877650. OLE color: 13877650.
HSL color Cylindrical-coordinate representation of color #92C1D3: hue angle of 196.62º degrees, saturation: 0.42, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #92C1D3 is Cyan = 0.31, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 146 | 193 | 211 | - |
| CMYK | 0.31 | 0.09 | 0 | 0.17 |
| HSL | 196.62º | 0.42% | 0.7% | - |
| HSV(B) | 196.62º | 0.31% | 0.83% | - |
| XYZ | 42.68 | 48.95 | 68.83 | - |
| YUV | 181 | 144.93 | 103.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 193 | 211 | 0.31 | 0.09 | 0 | 0.17 | 196.62 | 0.42 | 0.7 |
| Hex | 92 | C1 | D3 | 1F | 9 | 0 | 11 | C5 | 2A | 46 |
| Octal | 222 | 301 | 323 | 37 | 11 | 0 | 21 | 305 | 52 | 106 |
| Binary | 10010010 | 11000001 | 11010011 | 11111 | 1001 | 0 | 10001 | 11000101 | 101010 | 1000110 |
Color Harmonies of #92C1D3
Complementary color
Monochromatic Colors of #92C1D3
Black with #92C1D3
Text Example
Text Example
White with #92C1D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92C1D3; }
p { color: rgb(146,193,211); }
H1.HeaderClassName
{
color: #92C1D3;
}
.AnyTagClassName
{
color: #92C1D3;
}
</style>
background-color css
<style>
a { background-color: #92C1D3; }
a { background-color: rgb(146,193,211); }
div.DivClassName
{
background-color: #92C1D3;
}
.BgClassName
{
background-color: #92C1D3;
}
</style>
border-color css
<style>
span { border-color: #92C1D3; }
span { border-color: rgb(146,193,211); }
td.TdClassName
{
border-color: #92C1D3;
}
.TagClassName
{
border-color: #92C1D3;
}
</style>