Shades of Regent St Blue #8FC5CF
Tints of Regent St Blue #8FC5CF
RGB
CMYK
RGB Variations
Color information
#8FC5CF (or 0x8FC5CF) is known color: Regent St Blue. HEX triplet: 8F, C5 and CF. RGB value is (143,197,207). Sum of RGB (Red+Green+Blue) = 143+197+207=547 (72% of max value = 765). Red value is 143 (56.25% from 255 or 26.14% from 547); Green value is 197 (77.34% from 255 or 36.01% from 547); Blue value is 207 (81.25% from 255 or 37.84% from 547); Max value from RGB is 207 - color contains mainly: blue. Hex color #8FC5CF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FC5CF is #703A30. Grayscale: #B5B5B5. Windows color (decimal): -7354929 or 13616527. OLE color: 13616527.
HSL color Cylindrical-coordinate representation of color #8FC5CF: hue angle of 189.38º 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 #8FC5CF is Cyan = 0.31, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 143 | 197 | 207 | - |
| CMYK | 0.31 | 0.05 | 0 | 0.19 |
| HSL | 189.38º | 0.4% | 0.69% | - |
| HSV(B) | 189.38º | 0.31% | 0.81% | - |
| XYZ | 42.56 | 50.28 | 66.49 | - |
| YUV | 181.99 | 142.11 | 100.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 197 | 207 | 0.31 | 0.05 | 0 | 0.19 | 189.38 | 0.4 | 0.69 |
| Hex | 8F | C5 | CF | 1F | 5 | 0 | 13 | BD | 28 | 45 |
| Octal | 217 | 305 | 317 | 37 | 5 | 0 | 23 | 275 | 50 | 105 |
| Binary | 10001111 | 11000101 | 11001111 | 11111 | 101 | 0 | 10011 | 10111101 | 101000 | 1000101 |
Color Harmonies of #8FC5CF
Complementary color
Monochromatic Colors of #8FC5CF
Black with #8FC5CF
Text Example
Text Example
White with #8FC5CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FC5CF; }
p { color: rgb(143,197,207); }
H1.HeaderClassName
{
color: #8FC5CF;
}
.AnyTagClassName
{
color: #8FC5CF;
}
</style>
background-color css
<style>
a { background-color: #8FC5CF; }
a { background-color: rgb(143,197,207); }
div.DivClassName
{
background-color: #8FC5CF;
}
.BgClassName
{
background-color: #8FC5CF;
}
</style>
border-color css
<style>
span { border-color: #8FC5CF; }
span { border-color: rgb(143,197,207); }
td.TdClassName
{
border-color: #8FC5CF;
}
.TagClassName
{
border-color: #8FC5CF;
}
</style>