Shades of Regent St Blue #92D0DE
Tints of Regent St Blue #92D0DE
RGB
CMYK
RGB Variations
Color information
#92D0DE (or 0x92D0DE) is known color: Regent St Blue. HEX triplet: 92, D0 and DE. RGB value is (146,208,222). Sum of RGB (Red+Green+Blue) = 146+208+222=576 (76% of max value = 765). Red value is 146 (57.42% from 255 or 25.35% from 576); Green value is 208 (81.64% from 255 or 36.11% from 576); Blue value is 222 (87.11% from 255 or 38.54% from 576); Max value from RGB is 222 - color contains mainly: blue. Hex color #92D0DE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #92D0DE is #6D2F21. Grayscale: #BEBEBE. Windows color (decimal): -7155490 or 14602386. OLE color: 14602386.
HSL color Cylindrical-coordinate representation of color #92D0DE: hue angle of 191.05º degrees, saturation: 0.54, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #92D0DE is Cyan = 0.34, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 146 | 208 | 222 | - |
| CMYK | 0.34 | 0.06 | 0 | 0.13 |
| HSL | 191.05º | 0.54% | 0.72% | - |
| HSV(B) | 191.05º | 0.34% | 0.87% | - |
| XYZ | 47.59 | 56.5 | 77.5 | - |
| YUV | 191.06 | 145.46 | 95.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 208 | 222 | 0.34 | 0.06 | 0 | 0.13 | 191.05 | 0.54 | 0.72 |
| Hex | 92 | D0 | DE | 22 | 6 | 0 | D | BF | 36 | 48 |
| Octal | 222 | 320 | 336 | 42 | 6 | 0 | 15 | 277 | 66 | 110 |
| Binary | 10010010 | 11010000 | 11011110 | 100010 | 110 | 0 | 1101 | 10111111 | 110110 | 1001000 |
Color Harmonies of #92D0DE
Complementary color
Monochromatic Colors of #92D0DE
Black with #92D0DE
Text Example
Text Example
White with #92D0DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92D0DE; }
p { color: rgb(146,208,222); }
H1.HeaderClassName
{
color: #92D0DE;
}
.AnyTagClassName
{
color: #92D0DE;
}
</style>
background-color css
<style>
a { background-color: #92D0DE; }
a { background-color: rgb(146,208,222); }
div.DivClassName
{
background-color: #92D0DE;
}
.BgClassName
{
background-color: #92D0DE;
}
</style>
border-color css
<style>
span { border-color: #92D0DE; }
span { border-color: rgb(146,208,222); }
td.TdClassName
{
border-color: #92D0DE;
}
.TagClassName
{
border-color: #92D0DE;
}
</style>