Shades of Regent St Blue #9FCCDB
Tints of Regent St Blue #9FCCDB
RGB
CMYK
RGB Variations
Color information
#9FCCDB (or 0x9FCCDB) is known color: Regent St Blue. HEX triplet: 9F, CC and DB. RGB value is (159,204,219). Sum of RGB (Red+Green+Blue) = 159+204+219=582 (77% of max value = 765). Red value is 159 (62.5% from 255 or 27.32% from 582); Green value is 204 (80.08% from 255 or 35.05% from 582); Blue value is 219 (85.94% from 255 or 37.63% from 582); Max value from RGB is 219 - color contains mainly: blue. Hex color #9FCCDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FCCDB is #603324. Grayscale: #C0C0C0. Windows color (decimal): -6304549 or 14404767. OLE color: 14404767.
HSL color Cylindrical-coordinate representation of color #9FCCDB: hue angle of 195º 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 #9FCCDB is Cyan = 0.27, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 159 | 204 | 219 | - |
CMYK | 0.27 | 0.07 | 0 | 0.14 |
HSL | 195º | 0.45% | 0.74% | - |
HSV(B) | 195º | 0.27% | 0.86% | - |
XYZ | 48.68 | 55.67 | 75.2 | - |
YUV | 192.26 | 143.09 | 104.28 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 159 | 204 | 219 | 0.27 | 0.07 | 0 | 0.14 | 195 | 0.45 | 0.74 |
Hex | 9F | CC | DB | 1B | 7 | 0 | E | C3 | 2D | 4A |
Octal | 237 | 314 | 333 | 33 | 7 | 0 | 16 | 303 | 55 | 112 |
Binary | 10011111 | 11001100 | 11011011 | 11011 | 111 | 0 | 1110 | 11000011 | 101101 | 1001010 |
Color Harmonies of #9FCCDB
Complementary color
Monochromatic Colors of #9FCCDB
Black with #9FCCDB
Text Example
Text Example
White with #9FCCDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FCCDB; }
p { color: rgb(159,204,219); }
H1.HeaderClassName
{
color: #9FCCDB;
}
.AnyTagClassName
{
color: #9FCCDB;
}
</style>
background-color css
<style>
a { background-color: #9FCCDB; }
a { background-color: rgb(159,204,219); }
div.DivClassName
{
background-color: #9FCCDB;
}
.BgClassName
{
background-color: #9FCCDB;
}
</style>
border-color css
<style>
span { border-color: #9FCCDB; }
span { border-color: rgb(159,204,219); }
td.TdClassName
{
border-color: #9FCCDB;
}
.TagClassName
{
border-color: #9FCCDB;
}
</style>