Shades of Regent St Blue #8FCCDA
Tints of Regent St Blue #8FCCDA
RGB
CMYK
RGB Variations
Color information
#8FCCDA (or 0x8FCCDA) is known color: Regent St Blue. HEX triplet: 8F, CC and DA. RGB value is (143,204,218). Sum of RGB (Red+Green+Blue) = 143+204+218=565 (74% of max value = 765). Red value is 143 (56.25% from 255 or 25.31% from 565); Green value is 204 (80.08% from 255 or 36.11% from 565); Blue value is 218 (85.55% from 255 or 38.58% from 565); Max value from RGB is 218 - color contains mainly: blue. Hex color #8FCCDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FCCDA is #703325. Grayscale: #BBBBBB. Windows color (decimal): -7353126 or 14339215. OLE color: 14339215.
HSL color Cylindrical-coordinate representation of color #8FCCDA: hue angle of 191.2º degrees, saturation: 0.5, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8FCCDA is Cyan = 0.34, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 143 | 204 | 218 | - |
| CMYK | 0.34 | 0.06 | 0 | 0.15 |
| HSL | 191.2º | 0.5% | 0.71% | - |
| HSV(B) | 191.2º | 0.34% | 0.85% | - |
| XYZ | 45.58 | 54.09 | 74.37 | - |
| YUV | 187.36 | 145.29 | 96.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 204 | 218 | 0.34 | 0.06 | 0 | 0.15 | 191.2 | 0.5 | 0.71 |
| Hex | 8F | CC | DA | 22 | 6 | 0 | F | BF | 32 | 47 |
| Octal | 217 | 314 | 332 | 42 | 6 | 0 | 17 | 277 | 62 | 107 |
| Binary | 10001111 | 11001100 | 11011010 | 100010 | 110 | 0 | 1111 | 10111111 | 110010 | 1000111 |
Color Harmonies of #8FCCDA
Complementary color
Monochromatic Colors of #8FCCDA
Black with #8FCCDA
Text Example
Text Example
White with #8FCCDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FCCDA; }
p { color: rgb(143,204,218); }
H1.HeaderClassName
{
color: #8FCCDA;
}
.AnyTagClassName
{
color: #8FCCDA;
}
</style>
background-color css
<style>
a { background-color: #8FCCDA; }
a { background-color: rgb(143,204,218); }
div.DivClassName
{
background-color: #8FCCDA;
}
.BgClassName
{
background-color: #8FCCDA;
}
</style>
border-color css
<style>
span { border-color: #8FCCDA; }
span { border-color: rgb(143,204,218); }
td.TdClassName
{
border-color: #8FCCDA;
}
.TagClassName
{
border-color: #8FCCDA;
}
</style>