Shades of Regent St Blue #92C3D8
Tints of Regent St Blue #92C3D8
RGB
CMYK
RGB Variations
Color information
#92C3D8 (or 0x92C3D8) is known color: Regent St Blue. HEX triplet: 92, C3 and D8. RGB value is (146,195,216). Sum of RGB (Red+Green+Blue) = 146+195+216=557 (73% of max value = 765). Red value is 146 (57.42% from 255 or 26.21% from 557); Green value is 195 (76.56% from 255 or 35.01% from 557); Blue value is 216 (84.77% from 255 or 38.78% from 557); Max value from RGB is 216 - color contains mainly: blue. Hex color #92C3D8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #92C3D8 is #6D3C27. Grayscale: #B6B6B6. Windows color (decimal): -7158824 or 14205842. OLE color: 14205842.
HSL color Cylindrical-coordinate representation of color #92C3D8: hue angle of 198º degrees, saturation: 0.47, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #92C3D8 is Cyan = 0.32, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 146 | 195 | 216 | - |
| CMYK | 0.32 | 0.10 | 0 | 0.15 |
| HSL | 198º | 0.47% | 0.71% | - |
| HSV(B) | 198º | 0.32% | 0.85% | - |
| XYZ | 43.76 | 50.1 | 72.33 | - |
| YUV | 182.74 | 146.77 | 101.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 195 | 216 | 0.32 | 0.10 | 0 | 0.15 | 198 | 0.47 | 0.71 |
| Hex | 92 | C3 | D8 | 20 | A | 0 | F | C6 | 2F | 47 |
| Octal | 222 | 303 | 330 | 40 | 12 | 0 | 17 | 306 | 57 | 107 |
| Binary | 10010010 | 11000011 | 11011000 | 100000 | 1010 | 0 | 1111 | 11000110 | 101111 | 1000111 |
Color Harmonies of #92C3D8
Complementary color
Monochromatic Colors of #92C3D8
Black with #92C3D8
Text Example
Text Example
White with #92C3D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92C3D8; }
p { color: rgb(146,195,216); }
H1.HeaderClassName
{
color: #92C3D8;
}
.AnyTagClassName
{
color: #92C3D8;
}
</style>
background-color css
<style>
a { background-color: #92C3D8; }
a { background-color: rgb(146,195,216); }
div.DivClassName
{
background-color: #92C3D8;
}
.BgClassName
{
background-color: #92C3D8;
}
</style>
border-color css
<style>
span { border-color: #92C3D8; }
span { border-color: rgb(146,195,216); }
td.TdClassName
{
border-color: #92C3D8;
}
.TagClassName
{
border-color: #92C3D8;
}
</style>