Shades of Regent St Blue #93C4CE
Tints of Regent St Blue #93C4CE
RGB
CMYK
RGB Variations
Color information
#93C4CE (or 0x93C4CE) is known color: Regent St Blue. HEX triplet: 93, C4 and CE. RGB value is (147,196,206). Sum of RGB (Red+Green+Blue) = 147+196+206=549 (72% of max value = 765). Red value is 147 (57.81% from 255 or 26.78% from 549); Green value is 196 (76.95% from 255 or 35.70% from 549); Blue value is 206 (80.86% from 255 or 37.52% from 549); Max value from RGB is 206 - color contains mainly: blue. Hex color #93C4CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93C4CE is #6C3B31. Grayscale: #B6B6B6. Windows color (decimal): -7093042 or 13550739. OLE color: 13550739.
HSL color Cylindrical-coordinate representation of color #93C4CE: hue angle of 190.17º degrees, saturation: 0.38, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #93C4CE is Cyan = 0.29, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 147 | 196 | 206 | - |
| CMYK | 0.29 | 0.05 | 0 | 0.19 |
| HSL | 190.17º | 0.38% | 0.69% | - |
| HSV(B) | 190.17º | 0.29% | 0.81% | - |
| XYZ | 42.91 | 50.14 | 65.81 | - |
| YUV | 182.49 | 141.27 | 102.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 196 | 206 | 0.29 | 0.05 | 0 | 0.19 | 190.17 | 0.38 | 0.69 |
| Hex | 93 | C4 | CE | 1D | 5 | 0 | 13 | BE | 26 | 45 |
| Octal | 223 | 304 | 316 | 35 | 5 | 0 | 23 | 276 | 46 | 105 |
| Binary | 10010011 | 11000100 | 11001110 | 11101 | 101 | 0 | 10011 | 10111110 | 100110 | 1000101 |
Color Harmonies of #93C4CE
Complementary color
Monochromatic Colors of #93C4CE
Black with #93C4CE
Text Example
Text Example
White with #93C4CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93C4CE; }
p { color: rgb(147,196,206); }
H1.HeaderClassName
{
color: #93C4CE;
}
.AnyTagClassName
{
color: #93C4CE;
}
</style>
background-color css
<style>
a { background-color: #93C4CE; }
a { background-color: rgb(147,196,206); }
div.DivClassName
{
background-color: #93C4CE;
}
.BgClassName
{
background-color: #93C4CE;
}
</style>
border-color css
<style>
span { border-color: #93C4CE; }
span { border-color: rgb(147,196,206); }
td.TdClassName
{
border-color: #93C4CE;
}
.TagClassName
{
border-color: #93C4CE;
}
</style>