Shades of Regent St Blue #8EC2CE
Tints of Regent St Blue #8EC2CE
RGB
CMYK
RGB Variations
Color information
#8EC2CE (or 0x8EC2CE) is known color: Regent St Blue. HEX triplet: 8E, C2 and CE. RGB value is (142,194,206). Sum of RGB (Red+Green+Blue) = 142+194+206=542 (71% of max value = 765). Red value is 142 (55.86% from 255 or 26.20% from 542); Green value is 194 (76.17% from 255 or 35.79% from 542); Blue value is 206 (80.86% from 255 or 38.01% from 542); Max value from RGB is 206 - color contains mainly: blue. Hex color #8EC2CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8EC2CE is #713D31. Grayscale: #B3B3B3. Windows color (decimal): -7421234 or 13550222. OLE color: 13550222.
HSL color Cylindrical-coordinate representation of color #8EC2CE: hue angle of 191.25º 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 #8EC2CE is Cyan = 0.31, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 142 | 194 | 206 | - |
| CMYK | 0.31 | 0.06 | 0 | 0.19 |
| HSL | 191.25º | 0.4% | 0.68% | - |
| HSV(B) | 191.25º | 0.31% | 0.81% | - |
| XYZ | 41.59 | 48.79 | 65.62 | - |
| YUV | 179.82 | 142.77 | 101.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 194 | 206 | 0.31 | 0.06 | 0 | 0.19 | 191.25 | 0.4 | 0.68 |
| Hex | 8E | C2 | CE | 1F | 6 | 0 | 13 | BF | 28 | 44 |
| Octal | 216 | 302 | 316 | 37 | 6 | 0 | 23 | 277 | 50 | 104 |
| Binary | 10001110 | 11000010 | 11001110 | 11111 | 110 | 0 | 10011 | 10111111 | 101000 | 1000100 |
Color Harmonies of #8EC2CE
Complementary color
Monochromatic Colors of #8EC2CE
Black with #8EC2CE
Text Example
Text Example
White with #8EC2CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EC2CE; }
p { color: rgb(142,194,206); }
H1.HeaderClassName
{
color: #8EC2CE;
}
.AnyTagClassName
{
color: #8EC2CE;
}
</style>
background-color css
<style>
a { background-color: #8EC2CE; }
a { background-color: rgb(142,194,206); }
div.DivClassName
{
background-color: #8EC2CE;
}
.BgClassName
{
background-color: #8EC2CE;
}
</style>
border-color css
<style>
span { border-color: #8EC2CE; }
span { border-color: rgb(142,194,206); }
td.TdClassName
{
border-color: #8EC2CE;
}
.TagClassName
{
border-color: #8EC2CE;
}
</style>