Shades of Regent St Blue #92CFDC
Tints of Regent St Blue #92CFDC
RGB
CMYK
RGB Variations
Color information
#92CFDC (or 0x92CFDC) is known color: Regent St Blue. HEX triplet: 92, CF and DC. RGB value is (146,207,220). Sum of RGB (Red+Green+Blue) = 146+207+220=573 (75% of max value = 765). Red value is 146 (57.42% from 255 or 25.48% from 573); Green value is 207 (81.25% from 255 or 36.13% from 573); Blue value is 220 (86.33% from 255 or 38.39% from 573); Max value from RGB is 220 - color contains mainly: blue. Hex color #92CFDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #92CFDC is #6D3023. Grayscale: #BEBEBE. Windows color (decimal): -7155748 or 14471058. OLE color: 14471058.
HSL color Cylindrical-coordinate representation of color #92CFDC: hue angle of 190.54º degrees, saturation: 0.51, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #92CFDC is Cyan = 0.34, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 146 | 207 | 220 | - |
| CMYK | 0.34 | 0.06 | 0 | 0.14 |
| HSL | 190.54º | 0.51% | 0.72% | - |
| HSV(B) | 190.54º | 0.34% | 0.86% | - |
| XYZ | 47.09 | 55.9 | 76.02 | - |
| YUV | 190.24 | 144.79 | 96.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 207 | 220 | 0.34 | 0.06 | 0 | 0.14 | 190.54 | 0.51 | 0.72 |
| Hex | 92 | CF | DC | 22 | 6 | 0 | E | BF | 33 | 48 |
| Octal | 222 | 317 | 334 | 42 | 6 | 0 | 16 | 277 | 63 | 110 |
| Binary | 10010010 | 11001111 | 11011100 | 100010 | 110 | 0 | 1110 | 10111111 | 110011 | 1001000 |
Color Harmonies of #92CFDC
Complementary color
Monochromatic Colors of #92CFDC
Black with #92CFDC
Text Example
Text Example
White with #92CFDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92CFDC; }
p { color: rgb(146,207,220); }
H1.HeaderClassName
{
color: #92CFDC;
}
.AnyTagClassName
{
color: #92CFDC;
}
</style>
background-color css
<style>
a { background-color: #92CFDC; }
a { background-color: rgb(146,207,220); }
div.DivClassName
{
background-color: #92CFDC;
}
.BgClassName
{
background-color: #92CFDC;
}
</style>
border-color css
<style>
span { border-color: #92CFDC; }
span { border-color: rgb(146,207,220); }
td.TdClassName
{
border-color: #92CFDC;
}
.TagClassName
{
border-color: #92CFDC;
}
</style>