Shades of Regent St Blue #9FCDDA
Tints of Regent St Blue #9FCDDA
RGB
CMYK
RGB Variations
Color information
#9FCDDA (or 0x9FCDDA) is known color: Regent St Blue. HEX triplet: 9F, CD and DA. RGB value is (159,205,218). Sum of RGB (Red+Green+Blue) = 159+205+218=582 (77% of max value = 765). Red value is 159 (62.5% from 255 or 27.32% from 582); Green value is 205 (80.47% from 255 or 35.22% from 582); Blue value is 218 (85.55% from 255 or 37.46% from 582); Max value from RGB is 218 - color contains mainly: blue. Hex color #9FCDDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FCDDA is #603225. Grayscale: #C0C0C0. Windows color (decimal): -6304294 or 14339487. OLE color: 14339487.
HSL color Cylindrical-coordinate representation of color #9FCDDA: hue angle of 193.22º 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 #9FCDDA is Cyan = 0.27, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 159 | 205 | 218 | - |
| CMYK | 0.27 | 0.06 | 0 | 0.15 |
| HSL | 193.22º | 0.44% | 0.74% | - |
| HSV(B) | 193.22º | 0.27% | 0.85% | - |
| XYZ | 48.78 | 56.1 | 74.59 | - |
| YUV | 192.73 | 142.26 | 103.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 205 | 218 | 0.27 | 0.06 | 0 | 0.15 | 193.22 | 0.44 | 0.74 |
| Hex | 9F | CD | DA | 1B | 6 | 0 | F | C1 | 2C | 4A |
| Octal | 237 | 315 | 332 | 33 | 6 | 0 | 17 | 301 | 54 | 112 |
| Binary | 10011111 | 11001101 | 11011010 | 11011 | 110 | 0 | 1111 | 11000001 | 101100 | 1001010 |
Color Harmonies of #9FCDDA
Complementary color
Monochromatic Colors of #9FCDDA
Black with #9FCDDA
Text Example
Text Example
White with #9FCDDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FCDDA; }
p { color: rgb(159,205,218); }
H1.HeaderClassName
{
color: #9FCDDA;
}
.AnyTagClassName
{
color: #9FCDDA;
}
</style>
background-color css
<style>
a { background-color: #9FCDDA; }
a { background-color: rgb(159,205,218); }
div.DivClassName
{
background-color: #9FCDDA;
}
.BgClassName
{
background-color: #9FCDDA;
}
</style>
border-color css
<style>
span { border-color: #9FCDDA; }
span { border-color: rgb(159,205,218); }
td.TdClassName
{
border-color: #9FCDDA;
}
.TagClassName
{
border-color: #9FCDDA;
}
</style>