Shades of Regent St Blue #92CDDD
Tints of Regent St Blue #92CDDD
RGB
CMYK
RGB Variations
Color information
#92CDDD (or 0x92CDDD) is known color: Regent St Blue. HEX triplet: 92, CD and DD. RGB value is (146,205,221). Sum of RGB (Red+Green+Blue) = 146+205+221=572 (75% of max value = 765). Red value is 146 (57.42% from 255 or 25.52% from 572); Green value is 205 (80.47% from 255 or 35.84% from 572); Blue value is 221 (86.72% from 255 or 38.64% from 572); Max value from RGB is 221 - color contains mainly: blue. Hex color #92CDDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #92CDDD is #6D3222. Grayscale: #BDBDBD. Windows color (decimal): -7156259 or 14536082. OLE color: 14536082.
HSL color Cylindrical-coordinate representation of color #92CDDD: hue angle of 192.8º degrees, saturation: 0.52, 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 #92CDDD is Cyan = 0.34, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 146 | 205 | 221 | - |
| CMYK | 0.34 | 0.07 | 0 | 0.13 |
| HSL | 192.8º | 0.52% | 0.72% | - |
| HSV(B) | 192.8º | 0.34% | 0.87% | - |
| XYZ | 46.74 | 54.99 | 76.56 | - |
| YUV | 189.18 | 145.95 | 97.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 205 | 221 | 0.34 | 0.07 | 0 | 0.13 | 192.8 | 0.52 | 0.72 |
| Hex | 92 | CD | DD | 22 | 7 | 0 | D | C1 | 34 | 48 |
| Octal | 222 | 315 | 335 | 42 | 7 | 0 | 15 | 301 | 64 | 110 |
| Binary | 10010010 | 11001101 | 11011101 | 100010 | 111 | 0 | 1101 | 11000001 | 110100 | 1001000 |
Color Harmonies of #92CDDD
Complementary color
Monochromatic Colors of #92CDDD
Black with #92CDDD
Text Example
Text Example
White with #92CDDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92CDDD; }
p { color: rgb(146,205,221); }
H1.HeaderClassName
{
color: #92CDDD;
}
.AnyTagClassName
{
color: #92CDDD;
}
</style>
background-color css
<style>
a { background-color: #92CDDD; }
a { background-color: rgb(146,205,221); }
div.DivClassName
{
background-color: #92CDDD;
}
.BgClassName
{
background-color: #92CDDD;
}
</style>
border-color css
<style>
span { border-color: #92CDDD; }
span { border-color: rgb(146,205,221); }
td.TdClassName
{
border-color: #92CDDD;
}
.TagClassName
{
border-color: #92CDDD;
}
</style>