Shades of Regent St Blue #9FCADB
Tints of Regent St Blue #9FCADB
RGB
CMYK
RGB Variations
Color information
#9FCADB (or 0x9FCADB) is known color: Regent St Blue. HEX triplet: 9F, CA and DB. RGB value is (159,202,219). Sum of RGB (Red+Green+Blue) = 159+202+219=580 (76% of max value = 765). Red value is 159 (62.5% from 255 or 27.41% from 580); Green value is 202 (79.30% from 255 or 34.83% from 580); Blue value is 219 (85.94% from 255 or 37.76% from 580); Max value from RGB is 219 - color contains mainly: blue. Hex color #9FCADB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FCADB is #603524. Grayscale: #BEBEBE. Windows color (decimal): -6305061 or 14404255. OLE color: 14404255.
HSL color Cylindrical-coordinate representation of color #9FCADB: hue angle of 197º degrees, saturation: 0.45, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9FCADB is Cyan = 0.27, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 159 | 202 | 219 | - |
| CMYK | 0.27 | 0.08 | 0 | 0.14 |
| HSL | 197º | 0.45% | 0.74% | - |
| HSV(B) | 197º | 0.27% | 0.86% | - |
| XYZ | 48.2 | 54.73 | 75.04 | - |
| YUV | 191.08 | 143.75 | 105.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 202 | 219 | 0.27 | 0.08 | 0 | 0.14 | 197 | 0.45 | 0.74 |
| Hex | 9F | CA | DB | 1B | 8 | 0 | E | C5 | 2D | 4A |
| Octal | 237 | 312 | 333 | 33 | 10 | 0 | 16 | 305 | 55 | 112 |
| Binary | 10011111 | 11001010 | 11011011 | 11011 | 1000 | 0 | 1110 | 11000101 | 101101 | 1001010 |
Color Harmonies of #9FCADB
Complementary color
Monochromatic Colors of #9FCADB
Black with #9FCADB
Text Example
Text Example
White with #9FCADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FCADB; }
p { color: rgb(159,202,219); }
H1.HeaderClassName
{
color: #9FCADB;
}
.AnyTagClassName
{
color: #9FCADB;
}
</style>
background-color css
<style>
a { background-color: #9FCADB; }
a { background-color: rgb(159,202,219); }
div.DivClassName
{
background-color: #9FCADB;
}
.BgClassName
{
background-color: #9FCADB;
}
</style>
border-color css
<style>
span { border-color: #9FCADB; }
span { border-color: rgb(159,202,219); }
td.TdClassName
{
border-color: #9FCADB;
}
.TagClassName
{
border-color: #9FCADB;
}
</style>