Shades of Regent St Blue #8FC2CF
Tints of Regent St Blue #8FC2CF
RGB
CMYK
RGB Variations
Color information
#8FC2CF (or 0x8FC2CF) is known color: Regent St Blue. HEX triplet: 8F, C2 and CF. RGB value is (143,194,207). Sum of RGB (Red+Green+Blue) = 143+194+207=544 (72% of max value = 765). Red value is 143 (56.25% from 255 or 26.29% from 544); Green value is 194 (76.17% from 255 or 35.66% from 544); Blue value is 207 (81.25% from 255 or 38.05% from 544); Max value from RGB is 207 - color contains mainly: blue. Hex color #8FC2CF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FC2CF is #703D30. Grayscale: #B4B4B4. Windows color (decimal): -7355697 or 13615759. OLE color: 13615759.
HSL color Cylindrical-coordinate representation of color #8FC2CF: hue angle of 192.19º degrees, saturation: 0.4, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8FC2CF is Cyan = 0.31, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 143 | 194 | 207 | - |
| CMYK | 0.31 | 0.06 | 0 | 0.19 |
| HSL | 192.19º | 0.4% | 0.69% | - |
| HSV(B) | 192.19º | 0.31% | 0.81% | - |
| XYZ | 41.88 | 48.93 | 66.27 | - |
| YUV | 180.23 | 143.1 | 101.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 194 | 207 | 0.31 | 0.06 | 0 | 0.19 | 192.19 | 0.4 | 0.69 |
| Hex | 8F | C2 | CF | 1F | 6 | 0 | 13 | C0 | 28 | 45 |
| Octal | 217 | 302 | 317 | 37 | 6 | 0 | 23 | 300 | 50 | 105 |
| Binary | 10001111 | 11000010 | 11001111 | 11111 | 110 | 0 | 10011 | 11000000 | 101000 | 1000101 |
Color Harmonies of #8FC2CF
Complementary color
Monochromatic Colors of #8FC2CF
Black with #8FC2CF
Text Example
Text Example
White with #8FC2CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FC2CF; }
p { color: rgb(143,194,207); }
H1.HeaderClassName
{
color: #8FC2CF;
}
.AnyTagClassName
{
color: #8FC2CF;
}
</style>
background-color css
<style>
a { background-color: #8FC2CF; }
a { background-color: rgb(143,194,207); }
div.DivClassName
{
background-color: #8FC2CF;
}
.BgClassName
{
background-color: #8FC2CF;
}
</style>
border-color css
<style>
span { border-color: #8FC2CF; }
span { border-color: rgb(143,194,207); }
td.TdClassName
{
border-color: #8FC2CF;
}
.TagClassName
{
border-color: #8FC2CF;
}
</style>