Shades of Regent St Blue #92CEDA
Tints of Regent St Blue #92CEDA
RGB
CMYK
RGB Variations
Color information
#92CEDA (or 0x92CEDA) is known color: Regent St Blue. HEX triplet: 92, CE and DA. RGB value is (146,206,218). Sum of RGB (Red+Green+Blue) = 146+206+218=570 (75% of max value = 765). Red value is 146 (57.42% from 255 or 25.61% from 570); Green value is 206 (80.86% from 255 or 36.14% from 570); Blue value is 218 (85.55% from 255 or 38.25% from 570); Max value from RGB is 218 - color contains mainly: blue. Hex color #92CEDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #92CEDA is #6D3125. Grayscale: #BDBDBD. Windows color (decimal): -7156006 or 14339730. OLE color: 14339730.
HSL color Cylindrical-coordinate representation of color #92CEDA: hue angle of 190º degrees, saturation: 0.49, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #92CEDA is Cyan = 0.33, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 146 | 206 | 218 | - |
| CMYK | 0.33 | 0.06 | 0 | 0.15 |
| HSL | 190º | 0.49% | 0.71% | - |
| HSV(B) | 190º | 0.33% | 0.85% | - |
| XYZ | 46.58 | 55.32 | 74.55 | - |
| YUV | 189.43 | 144.12 | 97.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 206 | 218 | 0.33 | 0.06 | 0 | 0.15 | 190 | 0.49 | 0.71 |
| Hex | 92 | CE | DA | 21 | 6 | 0 | F | BE | 31 | 47 |
| Octal | 222 | 316 | 332 | 41 | 6 | 0 | 17 | 276 | 61 | 107 |
| Binary | 10010010 | 11001110 | 11011010 | 100001 | 110 | 0 | 1111 | 10111110 | 110001 | 1000111 |
Color Harmonies of #92CEDA
Complementary color
Monochromatic Colors of #92CEDA
Black with #92CEDA
Text Example
Text Example
White with #92CEDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92CEDA; }
p { color: rgb(146,206,218); }
H1.HeaderClassName
{
color: #92CEDA;
}
.AnyTagClassName
{
color: #92CEDA;
}
</style>
background-color css
<style>
a { background-color: #92CEDA; }
a { background-color: rgb(146,206,218); }
div.DivClassName
{
background-color: #92CEDA;
}
.BgClassName
{
background-color: #92CEDA;
}
</style>
border-color css
<style>
span { border-color: #92CEDA; }
span { border-color: rgb(146,206,218); }
td.TdClassName
{
border-color: #92CEDA;
}
.TagClassName
{
border-color: #92CEDA;
}
</style>