Shades of Regent St Blue #92CBD6
Tints of Regent St Blue #92CBD6
RGB
CMYK
RGB Variations
Color information
#92CBD6 (or 0x92CBD6) is known color: Regent St Blue. HEX triplet: 92, CB and D6. RGB value is (146,203,214). Sum of RGB (Red+Green+Blue) = 146+203+214=563 (74% of max value = 765). Red value is 146 (57.42% from 255 or 25.93% from 563); Green value is 203 (79.69% from 255 or 36.06% from 563); Blue value is 214 (83.98% from 255 or 38.01% from 563); Max value from RGB is 214 - color contains mainly: blue. Hex color #92CBD6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #92CBD6 is #6D3429. Grayscale: #BBBBBB. Windows color (decimal): -7156778 or 14076818. OLE color: 14076818.
HSL color Cylindrical-coordinate representation of color #92CBD6: hue angle of 189.71º degrees, saturation: 0.45, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #92CBD6 is Cyan = 0.32, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 146 | 203 | 214 | - |
| CMYK | 0.32 | 0.05 | 0 | 0.16 |
| HSL | 189.71º | 0.45% | 0.71% | - |
| HSV(B) | 189.71º | 0.32% | 0.84% | - |
| XYZ | 45.35 | 53.68 | 71.59 | - |
| YUV | 187.21 | 143.12 | 98.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 203 | 214 | 0.32 | 0.05 | 0 | 0.16 | 189.71 | 0.45 | 0.71 |
| Hex | 92 | CB | D6 | 20 | 5 | 0 | 10 | BE | 2D | 47 |
| Octal | 222 | 313 | 326 | 40 | 5 | 0 | 20 | 276 | 55 | 107 |
| Binary | 10010010 | 11001011 | 11010110 | 100000 | 101 | 0 | 10000 | 10111110 | 101101 | 1000111 |
Color Harmonies of #92CBD6
Complementary color
Monochromatic Colors of #92CBD6
Black with #92CBD6
Text Example
Text Example
White with #92CBD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92CBD6; }
p { color: rgb(146,203,214); }
H1.HeaderClassName
{
color: #92CBD6;
}
.AnyTagClassName
{
color: #92CBD6;
}
</style>
background-color css
<style>
a { background-color: #92CBD6; }
a { background-color: rgb(146,203,214); }
div.DivClassName
{
background-color: #92CBD6;
}
.BgClassName
{
background-color: #92CBD6;
}
</style>
border-color css
<style>
span { border-color: #92CBD6; }
span { border-color: rgb(146,203,214); }
td.TdClassName
{
border-color: #92CBD6;
}
.TagClassName
{
border-color: #92CBD6;
}
</style>