Shades of Regent St Blue #9CC5DB
Tints of Regent St Blue #9CC5DB
RGB
CMYK
RGB Variations
Color information
#9CC5DB (or 0x9CC5DB) is known color: Regent St Blue. HEX triplet: 9C, C5 and DB. RGB value is (156,197,219). Sum of RGB (Red+Green+Blue) = 156+197+219=572 (75% of max value = 765). Red value is 156 (61.33% from 255 or 27.27% from 572); Green value is 197 (77.34% from 255 or 34.44% from 572); Blue value is 219 (85.94% from 255 or 38.29% from 572); Max value from RGB is 219 - color contains mainly: blue. Hex color #9CC5DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CC5DB is #633A24. Grayscale: #BBBBBB. Windows color (decimal): -6502949 or 14402972. OLE color: 14402972.
HSL color Cylindrical-coordinate representation of color #9CC5DB: hue angle of 200.95º degrees, saturation: 0.47, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9CC5DB is Cyan = 0.29, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 156 | 197 | 219 | - |
| CMYK | 0.29 | 0.10 | 0 | 0.14 |
| HSL | 200.95º | 0.47% | 0.74% | - |
| HSV(B) | 200.95º | 0.29% | 0.86% | - |
| XYZ | 46.46 | 52.11 | 74.63 | - |
| YUV | 187.25 | 145.92 | 105.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 197 | 219 | 0.29 | 0.10 | 0 | 0.14 | 200.95 | 0.47 | 0.74 |
| Hex | 9C | C5 | DB | 1D | A | 0 | E | C9 | 2F | 4A |
| Octal | 234 | 305 | 333 | 35 | 12 | 0 | 16 | 311 | 57 | 112 |
| Binary | 10011100 | 11000101 | 11011011 | 11101 | 1010 | 0 | 1110 | 11001001 | 101111 | 1001010 |
Color Harmonies of #9CC5DB
Complementary color
Monochromatic Colors of #9CC5DB
Black with #9CC5DB
Text Example
Text Example
White with #9CC5DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CC5DB; }
p { color: rgb(156,197,219); }
H1.HeaderClassName
{
color: #9CC5DB;
}
.AnyTagClassName
{
color: #9CC5DB;
}
</style>
background-color css
<style>
a { background-color: #9CC5DB; }
a { background-color: rgb(156,197,219); }
div.DivClassName
{
background-color: #9CC5DB;
}
.BgClassName
{
background-color: #9CC5DB;
}
</style>
border-color css
<style>
span { border-color: #9CC5DB; }
span { border-color: rgb(156,197,219); }
td.TdClassName
{
border-color: #9CC5DB;
}
.TagClassName
{
border-color: #9CC5DB;
}
</style>