Shades of Regent St Blue #9FCADA
Tints of Regent St Blue #9FCADA
RGB
CMYK
RGB Variations
Color information
#9FCADA (or 0x9FCADA) is known color: Regent St Blue. HEX triplet: 9F, CA and DA. RGB value is (159,202,218). Sum of RGB (Red+Green+Blue) = 159+202+218=579 (76% of max value = 765). Red value is 159 (62.5% from 255 or 27.46% from 579); Green value is 202 (79.30% from 255 or 34.89% from 579); Blue value is 218 (85.55% from 255 or 37.65% from 579); Max value from RGB is 218 - color contains mainly: blue. Hex color #9FCADA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FCADA is #603525. Grayscale: #BEBEBE. Windows color (decimal): -6305062 or 14338719. OLE color: 14338719.
HSL color Cylindrical-coordinate representation of color #9FCADA: hue angle of 196.27º degrees, saturation: 0.44, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9FCADA is Cyan = 0.27, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 159 | 202 | 218 | - |
| CMYK | 0.27 | 0.07 | 0 | 0.15 |
| HSL | 196.27º | 0.44% | 0.74% | - |
| HSV(B) | 196.27º | 0.27% | 0.85% | - |
| XYZ | 48.07 | 54.67 | 74.35 | - |
| YUV | 190.97 | 143.25 | 105.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 202 | 218 | 0.27 | 0.07 | 0 | 0.15 | 196.27 | 0.44 | 0.74 |
| Hex | 9F | CA | DA | 1B | 7 | 0 | F | C4 | 2C | 4A |
| Octal | 237 | 312 | 332 | 33 | 7 | 0 | 17 | 304 | 54 | 112 |
| Binary | 10011111 | 11001010 | 11011010 | 11011 | 111 | 0 | 1111 | 11000100 | 101100 | 1001010 |
Color Harmonies of #9FCADA
Complementary color
Monochromatic Colors of #9FCADA
Black with #9FCADA
Text Example
Text Example
White with #9FCADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FCADA; }
p { color: rgb(159,202,218); }
H1.HeaderClassName
{
color: #9FCADA;
}
.AnyTagClassName
{
color: #9FCADA;
}
</style>
background-color css
<style>
a { background-color: #9FCADA; }
a { background-color: rgb(159,202,218); }
div.DivClassName
{
background-color: #9FCADA;
}
.BgClassName
{
background-color: #9FCADA;
}
</style>
border-color css
<style>
span { border-color: #9FCADA; }
span { border-color: rgb(159,202,218); }
td.TdClassName
{
border-color: #9FCADA;
}
.TagClassName
{
border-color: #9FCADA;
}
</style>