Shades of Regent St Blue #92CBDC
Tints of Regent St Blue #92CBDC
RGB
CMYK
RGB Variations
Color information
#92CBDC (or 0x92CBDC) is known color: Regent St Blue. HEX triplet: 92, CB and DC. RGB value is (146,203,220). Sum of RGB (Red+Green+Blue) = 146+203+220=569 (75% of max value = 765). Red value is 146 (57.42% from 255 or 25.66% from 569); Green value is 203 (79.69% from 255 or 35.68% from 569); Blue value is 220 (86.33% from 255 or 38.66% from 569); Max value from RGB is 220 - color contains mainly: blue. Hex color #92CBDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #92CBDC is #6D3423. Grayscale: #BBBBBB. Windows color (decimal): -7156772 or 14470034. OLE color: 14470034.
HSL color Cylindrical-coordinate representation of color #92CBDC: hue angle of 193.78º 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 #92CBDC is Cyan = 0.34, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 146 | 203 | 220 | - |
| CMYK | 0.34 | 0.08 | 0 | 0.14 |
| HSL | 193.78º | 0.51% | 0.72% | - |
| HSV(B) | 193.78º | 0.34% | 0.86% | - |
| XYZ | 46.13 | 53.99 | 75.7 | - |
| YUV | 187.9 | 146.12 | 98.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 203 | 220 | 0.34 | 0.08 | 0 | 0.14 | 193.78 | 0.51 | 0.72 |
| Hex | 92 | CB | DC | 22 | 8 | 0 | E | C2 | 33 | 48 |
| Octal | 222 | 313 | 334 | 42 | 10 | 0 | 16 | 302 | 63 | 110 |
| Binary | 10010010 | 11001011 | 11011100 | 100010 | 1000 | 0 | 1110 | 11000010 | 110011 | 1001000 |
Color Harmonies of #92CBDC
Complementary color
Monochromatic Colors of #92CBDC
Black with #92CBDC
Text Example
Text Example
White with #92CBDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92CBDC; }
p { color: rgb(146,203,220); }
H1.HeaderClassName
{
color: #92CBDC;
}
.AnyTagClassName
{
color: #92CBDC;
}
</style>
background-color css
<style>
a { background-color: #92CBDC; }
a { background-color: rgb(146,203,220); }
div.DivClassName
{
background-color: #92CBDC;
}
.BgClassName
{
background-color: #92CBDC;
}
</style>
border-color css
<style>
span { border-color: #92CBDC; }
span { border-color: rgb(146,203,220); }
td.TdClassName
{
border-color: #92CBDC;
}
.TagClassName
{
border-color: #92CBDC;
}
</style>