Shades of Regent St Blue #8EC4CE
Tints of Regent St Blue #8EC4CE
RGB
CMYK
RGB Variations
Color information
#8EC4CE (or 0x8EC4CE) is known color: Regent St Blue. HEX triplet: 8E, C4 and CE. RGB value is (142,196,206). Sum of RGB (Red+Green+Blue) = 142+196+206=544 (72% of max value = 765). Red value is 142 (55.86% from 255 or 26.10% from 544); Green value is 196 (76.95% from 255 or 36.03% from 544); Blue value is 206 (80.86% from 255 or 37.87% from 544); Max value from RGB is 206 - color contains mainly: blue. Hex color #8EC4CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8EC4CE is #713B31. Grayscale: #B4B4B4. Windows color (decimal): -7420722 or 13550734. OLE color: 13550734.
HSL color Cylindrical-coordinate representation of color #8EC4CE: hue angle of 189.38º degrees, saturation: 0.4, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8EC4CE is Cyan = 0.31, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 142 | 196 | 206 | - |
| CMYK | 0.31 | 0.05 | 0 | 0.19 |
| HSL | 189.38º | 0.4% | 0.68% | - |
| HSV(B) | 189.38º | 0.31% | 0.81% | - |
| XYZ | 42.04 | 49.69 | 65.77 | - |
| YUV | 180.99 | 142.11 | 100.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 196 | 206 | 0.31 | 0.05 | 0 | 0.19 | 189.38 | 0.4 | 0.68 |
| Hex | 8E | C4 | CE | 1F | 5 | 0 | 13 | BD | 28 | 44 |
| Octal | 216 | 304 | 316 | 37 | 5 | 0 | 23 | 275 | 50 | 104 |
| Binary | 10001110 | 11000100 | 11001110 | 11111 | 101 | 0 | 10011 | 10111101 | 101000 | 1000100 |
Color Harmonies of #8EC4CE
Complementary color
Monochromatic Colors of #8EC4CE
Black with #8EC4CE
Text Example
Text Example
White with #8EC4CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EC4CE; }
p { color: rgb(142,196,206); }
H1.HeaderClassName
{
color: #8EC4CE;
}
.AnyTagClassName
{
color: #8EC4CE;
}
</style>
background-color css
<style>
a { background-color: #8EC4CE; }
a { background-color: rgb(142,196,206); }
div.DivClassName
{
background-color: #8EC4CE;
}
.BgClassName
{
background-color: #8EC4CE;
}
</style>
border-color css
<style>
span { border-color: #8EC4CE; }
span { border-color: rgb(142,196,206); }
td.TdClassName
{
border-color: #8EC4CE;
}
.TagClassName
{
border-color: #8EC4CE;
}
</style>