Shades of Regent St Blue #8FC5D0
Tints of Regent St Blue #8FC5D0
RGB
CMYK
RGB Variations
Color information
#8FC5D0 (or 0x8FC5D0) is known color: Regent St Blue. HEX triplet: 8F, C5 and D0. RGB value is (143,197,208). Sum of RGB (Red+Green+Blue) = 143+197+208=548 (72% of max value = 765). Red value is 143 (56.25% from 255 or 26.09% from 548); Green value is 197 (77.34% from 255 or 35.95% from 548); Blue value is 208 (81.64% from 255 or 37.96% from 548); Max value from RGB is 208 - color contains mainly: blue. Hex color #8FC5D0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FC5D0 is #703A2F. Grayscale: #B6B6B6. Windows color (decimal): -7354928 or 13682063. OLE color: 13682063.
HSL color Cylindrical-coordinate representation of color #8FC5D0: hue angle of 190.15º degrees, saturation: 0.41, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8FC5D0 is Cyan = 0.31, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 143 | 197 | 208 | - |
| CMYK | 0.31 | 0.05 | 0 | 0.18 |
| HSL | 190.15º | 0.41% | 0.69% | - |
| HSV(B) | 190.15º | 0.31% | 0.82% | - |
| XYZ | 42.68 | 50.33 | 67.14 | - |
| YUV | 182.11 | 142.61 | 100.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 197 | 208 | 0.31 | 0.05 | 0 | 0.18 | 190.15 | 0.41 | 0.69 |
| Hex | 8F | C5 | D0 | 1F | 5 | 0 | 12 | BE | 29 | 45 |
| Octal | 217 | 305 | 320 | 37 | 5 | 0 | 22 | 276 | 51 | 105 |
| Binary | 10001111 | 11000101 | 11010000 | 11111 | 101 | 0 | 10010 | 10111110 | 101001 | 1000101 |
Color Harmonies of #8FC5D0
Complementary color
Monochromatic Colors of #8FC5D0
Black with #8FC5D0
Text Example
Text Example
White with #8FC5D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FC5D0; }
p { color: rgb(143,197,208); }
H1.HeaderClassName
{
color: #8FC5D0;
}
.AnyTagClassName
{
color: #8FC5D0;
}
</style>
background-color css
<style>
a { background-color: #8FC5D0; }
a { background-color: rgb(143,197,208); }
div.DivClassName
{
background-color: #8FC5D0;
}
.BgClassName
{
background-color: #8FC5D0;
}
</style>
border-color css
<style>
span { border-color: #8FC5D0; }
span { border-color: rgb(143,197,208); }
td.TdClassName
{
border-color: #8FC5D0;
}
.TagClassName
{
border-color: #8FC5D0;
}
</style>