Shades of Regent St Blue #8FBED5
Tints of Regent St Blue #8FBED5
RGB
CMYK
RGB Variations
Color information
#8FBED5 (or 0x8FBED5) is known color: Regent St Blue. HEX triplet: 8F, BE and D5. RGB value is (143,190,213). Sum of RGB (Red+Green+Blue) = 143+190+213=546 (72% of max value = 765). Red value is 143 (56.25% from 255 or 26.19% from 546); Green value is 190 (74.61% from 255 or 34.80% from 546); Blue value is 213 (83.59% from 255 or 39.01% from 546); Max value from RGB is 213 - color contains mainly: blue. Hex color #8FBED5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FBED5 is #70412A. Grayscale: #B2B2B2. Windows color (decimal): -7356715 or 14007951. OLE color: 14007951.
HSL color Cylindrical-coordinate representation of color #8FBED5: hue angle of 199.71º degrees, saturation: 0.45, 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 #8FBED5 is Cyan = 0.33, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 143 | 190 | 213 | - |
| CMYK | 0.33 | 0.11 | 0 | 0.16 |
| HSL | 199.71º | 0.45% | 0.7% | - |
| HSV(B) | 199.71º | 0.33% | 0.84% | - |
| XYZ | 41.75 | 47.47 | 69.91 | - |
| YUV | 178.57 | 147.43 | 102.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 190 | 213 | 0.33 | 0.11 | 0 | 0.16 | 199.71 | 0.45 | 0.7 |
| Hex | 8F | BE | D5 | 21 | B | 0 | 10 | C8 | 2D | 46 |
| Octal | 217 | 276 | 325 | 41 | 13 | 0 | 20 | 310 | 55 | 106 |
| Binary | 10001111 | 10111110 | 11010101 | 100001 | 1011 | 0 | 10000 | 11001000 | 101101 | 1000110 |
Color Harmonies of #8FBED5
Complementary color
Monochromatic Colors of #8FBED5
Black with #8FBED5
Text Example
Text Example
White with #8FBED5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FBED5; }
p { color: rgb(143,190,213); }
H1.HeaderClassName
{
color: #8FBED5;
}
.AnyTagClassName
{
color: #8FBED5;
}
</style>
background-color css
<style>
a { background-color: #8FBED5; }
a { background-color: rgb(143,190,213); }
div.DivClassName
{
background-color: #8FBED5;
}
.BgClassName
{
background-color: #8FBED5;
}
</style>
border-color css
<style>
span { border-color: #8FBED5; }
span { border-color: rgb(143,190,213); }
td.TdClassName
{
border-color: #8FBED5;
}
.TagClassName
{
border-color: #8FBED5;
}
</style>