Shades of Regent St Blue #8FC0CD
Tints of Regent St Blue #8FC0CD
RGB
CMYK
RGB Variations
Color information
#8FC0CD (or 0x8FC0CD) is known color: Regent St Blue. HEX triplet: 8F, C0 and CD. RGB value is (143,192,205). Sum of RGB (Red+Green+Blue) = 143+192+205=540 (71% of max value = 765). Red value is 143 (56.25% from 255 or 26.48% from 540); Green value is 192 (75.39% from 255 or 35.56% from 540); Blue value is 205 (80.47% from 255 or 37.96% from 540); Max value from RGB is 205 - color contains mainly: blue. Hex color #8FC0CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FC0CD is #703F32. Grayscale: #B2B2B2. Windows color (decimal): -7356211 or 13484175. OLE color: 13484175.
HSL color Cylindrical-coordinate representation of color #8FC0CD: hue angle of 192.58º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8FC0CD is Cyan = 0.30, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 143 | 192 | 205 | - |
| CMYK | 0.30 | 0.06 | 0 | 0.20 |
| HSL | 192.58º | 0.38% | 0.68% | - |
| HSV(B) | 192.58º | 0.3% | 0.8% | - |
| XYZ | 41.2 | 47.95 | 64.84 | - |
| YUV | 178.83 | 142.77 | 102.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 192 | 205 | 0.30 | 0.06 | 0 | 0.20 | 192.58 | 0.38 | 0.68 |
| Hex | 8F | C0 | CD | 1E | 6 | 0 | 14 | C1 | 26 | 44 |
| Octal | 217 | 300 | 315 | 36 | 6 | 0 | 24 | 301 | 46 | 104 |
| Binary | 10001111 | 11000000 | 11001101 | 11110 | 110 | 0 | 10100 | 11000001 | 100110 | 1000100 |
Color Harmonies of #8FC0CD
Complementary color
Monochromatic Colors of #8FC0CD
Black with #8FC0CD
Text Example
Text Example
White with #8FC0CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FC0CD; }
p { color: rgb(143,192,205); }
H1.HeaderClassName
{
color: #8FC0CD;
}
.AnyTagClassName
{
color: #8FC0CD;
}
</style>
background-color css
<style>
a { background-color: #8FC0CD; }
a { background-color: rgb(143,192,205); }
div.DivClassName
{
background-color: #8FC0CD;
}
.BgClassName
{
background-color: #8FC0CD;
}
</style>
border-color css
<style>
span { border-color: #8FC0CD; }
span { border-color: rgb(143,192,205); }
td.TdClassName
{
border-color: #8FC0CD;
}
.TagClassName
{
border-color: #8FC0CD;
}
</style>