Shades of Regent St Blue #8EC4D8
Tints of Regent St Blue #8EC4D8
RGB
CMYK
RGB Variations
Color information
#8EC4D8 (or 0x8EC4D8) is known color: Regent St Blue. HEX triplet: 8E, C4 and D8. RGB value is (142,196,216). Sum of RGB (Red+Green+Blue) = 142+196+216=554 (73% of max value = 765). Red value is 142 (55.86% from 255 or 25.63% from 554); Green value is 196 (76.95% from 255 or 35.38% from 554); Blue value is 216 (84.77% from 255 or 38.99% from 554); Max value from RGB is 216 - color contains mainly: blue. Hex color #8EC4D8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8EC4D8 is #713B27. Grayscale: #B6B6B6. Windows color (decimal): -7420712 or 14206094. OLE color: 14206094.
HSL color Cylindrical-coordinate representation of color #8EC4D8: hue angle of 196.22º degrees, saturation: 0.49, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8EC4D8 is Cyan = 0.34, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 142 | 196 | 216 | - |
| CMYK | 0.34 | 0.09 | 0 | 0.15 |
| HSL | 196.22º | 0.49% | 0.7% | - |
| HSV(B) | 196.22º | 0.34% | 0.85% | - |
| XYZ | 43.29 | 50.19 | 72.37 | - |
| YUV | 182.13 | 147.11 | 99.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 196 | 216 | 0.34 | 0.09 | 0 | 0.15 | 196.22 | 0.49 | 0.7 |
| Hex | 8E | C4 | D8 | 22 | 9 | 0 | F | C4 | 31 | 46 |
| Octal | 216 | 304 | 330 | 42 | 11 | 0 | 17 | 304 | 61 | 106 |
| Binary | 10001110 | 11000100 | 11011000 | 100010 | 1001 | 0 | 1111 | 11000100 | 110001 | 1000110 |
Color Harmonies of #8EC4D8
Complementary color
Monochromatic Colors of #8EC4D8
Black with #8EC4D8
Text Example
Text Example
White with #8EC4D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EC4D8; }
p { color: rgb(142,196,216); }
H1.HeaderClassName
{
color: #8EC4D8;
}
.AnyTagClassName
{
color: #8EC4D8;
}
</style>
background-color css
<style>
a { background-color: #8EC4D8; }
a { background-color: rgb(142,196,216); }
div.DivClassName
{
background-color: #8EC4D8;
}
.BgClassName
{
background-color: #8EC4D8;
}
</style>
border-color css
<style>
span { border-color: #8EC4D8; }
span { border-color: rgb(142,196,216); }
td.TdClassName
{
border-color: #8EC4D8;
}
.TagClassName
{
border-color: #8EC4D8;
}
</style>