Shades of Regent St Blue #9FC3DB
Tints of Regent St Blue #9FC3DB
RGB
CMYK
RGB Variations
Color information
#9FC3DB (or 0x9FC3DB) is known color: Regent St Blue. HEX triplet: 9F, C3 and DB. RGB value is (159,195,219). Sum of RGB (Red+Green+Blue) = 159+195+219=573 (75% of max value = 765). Red value is 159 (62.5% from 255 or 27.75% from 573); Green value is 195 (76.56% from 255 or 34.03% from 573); Blue value is 219 (85.94% from 255 or 38.22% from 573); Max value from RGB is 219 - color contains mainly: blue. Hex color #9FC3DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FC3DB is #603C24. Grayscale: #BABABA. Windows color (decimal): -6306853 or 14402463. OLE color: 14402463.
HSL color Cylindrical-coordinate representation of color #9FC3DB: hue angle of 204º 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 #9FC3DB is Cyan = 0.27, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 159 | 195 | 219 | - |
CMYK | 0.27 | 0.11 | 0 | 0.14 |
HSL | 204º | 0.45% | 0.74% | - |
HSV(B) | 204º | 0.27% | 0.86% | - |
XYZ | 46.6 | 51.52 | 74.51 | - |
YUV | 186.97 | 146.07 | 108.05 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 159 | 195 | 219 | 0.27 | 0.11 | 0 | 0.14 | 204 | 0.45 | 0.74 |
Hex | 9F | C3 | DB | 1B | B | 0 | E | CC | 2D | 4A |
Octal | 237 | 303 | 333 | 33 | 13 | 0 | 16 | 314 | 55 | 112 |
Binary | 10011111 | 11000011 | 11011011 | 11011 | 1011 | 0 | 1110 | 11001100 | 101101 | 1001010 |
Color Harmonies of #9FC3DB
Complementary color
Monochromatic Colors of #9FC3DB
Black with #9FC3DB
Text Example
Text Example
White with #9FC3DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FC3DB; }
p { color: rgb(159,195,219); }
H1.HeaderClassName
{
color: #9FC3DB;
}
.AnyTagClassName
{
color: #9FC3DB;
}
</style>
background-color css
<style>
a { background-color: #9FC3DB; }
a { background-color: rgb(159,195,219); }
div.DivClassName
{
background-color: #9FC3DB;
}
.BgClassName
{
background-color: #9FC3DB;
}
</style>
border-color css
<style>
span { border-color: #9FC3DB; }
span { border-color: rgb(159,195,219); }
td.TdClassName
{
border-color: #9FC3DB;
}
.TagClassName
{
border-color: #9FC3DB;
}
</style>