Shades of Regent St Blue #8FC0D6
Tints of Regent St Blue #8FC0D6
RGB
CMYK
RGB Variations
Color information
#8FC0D6 (or 0x8FC0D6) is known color: Regent St Blue. HEX triplet: 8F, C0 and D6. RGB value is (143,192,214). Sum of RGB (Red+Green+Blue) = 143+192+214=549 (72% of max value = 765). Red value is 143 (56.25% from 255 or 26.05% from 549); Green value is 192 (75.39% from 255 or 34.97% from 549); Blue value is 214 (83.98% from 255 or 38.98% from 549); Max value from RGB is 214 - color contains mainly: blue. Hex color #8FC0D6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FC0D6 is #703F29. Grayscale: #B3B3B3. Windows color (decimal): -7356202 or 14073999. OLE color: 14073999.
HSL color Cylindrical-coordinate representation of color #8FC0D6: hue angle of 198.59º degrees, saturation: 0.46, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8FC0D6 is Cyan = 0.33, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 143 | 192 | 214 | - |
| CMYK | 0.33 | 0.10 | 0 | 0.16 |
| HSL | 198.59º | 0.46% | 0.7% | - |
| HSV(B) | 198.59º | 0.33% | 0.84% | - |
| XYZ | 42.31 | 48.39 | 70.73 | - |
| YUV | 179.86 | 147.27 | 101.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 192 | 214 | 0.33 | 0.10 | 0 | 0.16 | 198.59 | 0.46 | 0.7 |
| Hex | 8F | C0 | D6 | 21 | A | 0 | 10 | C7 | 2E | 46 |
| Octal | 217 | 300 | 326 | 41 | 12 | 0 | 20 | 307 | 56 | 106 |
| Binary | 10001111 | 11000000 | 11010110 | 100001 | 1010 | 0 | 10000 | 11000111 | 101110 | 1000110 |
Color Harmonies of #8FC0D6
Complementary color
Monochromatic Colors of #8FC0D6
Black with #8FC0D6
Text Example
Text Example
White with #8FC0D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FC0D6; }
p { color: rgb(143,192,214); }
H1.HeaderClassName
{
color: #8FC0D6;
}
.AnyTagClassName
{
color: #8FC0D6;
}
</style>
background-color css
<style>
a { background-color: #8FC0D6; }
a { background-color: rgb(143,192,214); }
div.DivClassName
{
background-color: #8FC0D6;
}
.BgClassName
{
background-color: #8FC0D6;
}
</style>
border-color css
<style>
span { border-color: #8FC0D6; }
span { border-color: rgb(143,192,214); }
td.TdClassName
{
border-color: #8FC0D6;
}
.TagClassName
{
border-color: #8FC0D6;
}
</style>