Shades of Regent St Blue #92C3CE
Tints of Regent St Blue #92C3CE
RGB
CMYK
RGB Variations
Color information
#92C3CE (or 0x92C3CE) is known color: Regent St Blue. HEX triplet: 92, C3 and CE. RGB value is (146,195,206). Sum of RGB (Red+Green+Blue) = 146+195+206=547 (72% of max value = 765). Red value is 146 (57.42% from 255 or 26.69% from 547); Green value is 195 (76.56% from 255 or 35.65% from 547); Blue value is 206 (80.86% from 255 or 37.66% from 547); Max value from RGB is 206 - color contains mainly: blue. Hex color #92C3CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #92C3CE is #6D3C31. Grayscale: #B5B5B5. Windows color (decimal): -7158834 or 13550482. OLE color: 13550482.
HSL color Cylindrical-coordinate representation of color #92C3CE: hue angle of 191º degrees, saturation: 0.38, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #92C3CE is Cyan = 0.29, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 146 | 195 | 206 | - |
| CMYK | 0.29 | 0.05 | 0 | 0.19 |
| HSL | 191º | 0.38% | 0.69% | - |
| HSV(B) | 191º | 0.29% | 0.81% | - |
| XYZ | 42.51 | 49.6 | 65.73 | - |
| YUV | 181.6 | 141.77 | 102.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 195 | 206 | 0.29 | 0.05 | 0 | 0.19 | 191 | 0.38 | 0.69 |
| Hex | 92 | C3 | CE | 1D | 5 | 0 | 13 | BF | 26 | 45 |
| Octal | 222 | 303 | 316 | 35 | 5 | 0 | 23 | 277 | 46 | 105 |
| Binary | 10010010 | 11000011 | 11001110 | 11101 | 101 | 0 | 10011 | 10111111 | 100110 | 1000101 |
Color Harmonies of #92C3CE
Complementary color
Monochromatic Colors of #92C3CE
Black with #92C3CE
Text Example
Text Example
White with #92C3CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92C3CE; }
p { color: rgb(146,195,206); }
H1.HeaderClassName
{
color: #92C3CE;
}
.AnyTagClassName
{
color: #92C3CE;
}
</style>
background-color css
<style>
a { background-color: #92C3CE; }
a { background-color: rgb(146,195,206); }
div.DivClassName
{
background-color: #92C3CE;
}
.BgClassName
{
background-color: #92C3CE;
}
</style>
border-color css
<style>
span { border-color: #92C3CE; }
span { border-color: rgb(146,195,206); }
td.TdClassName
{
border-color: #92C3CE;
}
.TagClassName
{
border-color: #92C3CE;
}
</style>