Shades of Regent St Blue #8FCCDB
Tints of Regent St Blue #8FCCDB
RGB
CMYK
RGB Variations
Color information
#8FCCDB (or 0x8FCCDB) is known color: Regent St Blue. HEX triplet: 8F, CC and DB. RGB value is (143,204,219). Sum of RGB (Red+Green+Blue) = 143+204+219=566 (74% of max value = 765). Red value is 143 (56.25% from 255 or 25.27% from 566); Green value is 204 (80.08% from 255 or 36.04% from 566); Blue value is 219 (85.94% from 255 or 38.69% from 566); Max value from RGB is 219 - color contains mainly: blue. Hex color #8FCCDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FCCDB is #703324. Grayscale: #BBBBBB. Windows color (decimal): -7353125 or 14404751. OLE color: 14404751.
HSL color Cylindrical-coordinate representation of color #8FCCDB: hue angle of 191.84º degrees, saturation: 0.51, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8FCCDB is Cyan = 0.35, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 143 | 204 | 219 | - |
| CMYK | 0.35 | 0.07 | 0 | 0.14 |
| HSL | 191.84º | 0.51% | 0.71% | - |
| HSV(B) | 191.84º | 0.35% | 0.86% | - |
| XYZ | 45.71 | 54.14 | 75.06 | - |
| YUV | 187.47 | 145.79 | 96.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 204 | 219 | 0.35 | 0.07 | 0 | 0.14 | 191.84 | 0.51 | 0.71 |
| Hex | 8F | CC | DB | 23 | 7 | 0 | E | C0 | 33 | 47 |
| Octal | 217 | 314 | 333 | 43 | 7 | 0 | 16 | 300 | 63 | 107 |
| Binary | 10001111 | 11001100 | 11011011 | 100011 | 111 | 0 | 1110 | 11000000 | 110011 | 1000111 |
Color Harmonies of #8FCCDB
Complementary color
Monochromatic Colors of #8FCCDB
Black with #8FCCDB
Text Example
Text Example
White with #8FCCDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FCCDB; }
p { color: rgb(143,204,219); }
H1.HeaderClassName
{
color: #8FCCDB;
}
.AnyTagClassName
{
color: #8FCCDB;
}
</style>
background-color css
<style>
a { background-color: #8FCCDB; }
a { background-color: rgb(143,204,219); }
div.DivClassName
{
background-color: #8FCCDB;
}
.BgClassName
{
background-color: #8FCCDB;
}
</style>
border-color css
<style>
span { border-color: #8FCCDB; }
span { border-color: rgb(143,204,219); }
td.TdClassName
{
border-color: #8FCCDB;
}
.TagClassName
{
border-color: #8FCCDB;
}
</style>