Shades of Regent St Blue #9CCCDB
Tints of Regent St Blue #9CCCDB
RGB
CMYK
RGB Variations
Color information
#9CCCDB (or 0x9CCCDB) is known color: Regent St Blue. HEX triplet: 9C, CC and DB. RGB value is (156,204,219). Sum of RGB (Red+Green+Blue) = 156+204+219=579 (76% of max value = 765). Red value is 156 (61.33% from 255 or 26.94% from 579); Green value is 204 (80.08% from 255 or 35.23% from 579); Blue value is 219 (85.94% from 255 or 37.82% from 579); Max value from RGB is 219 - color contains mainly: blue. Hex color #9CCCDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CCCDB is #633324. Grayscale: #BFBFBF. Windows color (decimal): -6501157 or 14404764. OLE color: 14404764.
HSL color Cylindrical-coordinate representation of color #9CCCDB: hue angle of 194.29º 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 #9CCCDB is Cyan = 0.29, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 156 | 204 | 219 | - |
| CMYK | 0.29 | 0.07 | 0 | 0.14 |
| HSL | 194.29º | 0.47% | 0.74% | - |
| HSV(B) | 194.29º | 0.29% | 0.86% | - |
| XYZ | 48.09 | 55.37 | 75.17 | - |
| YUV | 191.36 | 143.6 | 102.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 204 | 219 | 0.29 | 0.07 | 0 | 0.14 | 194.29 | 0.47 | 0.74 |
| Hex | 9C | CC | DB | 1D | 7 | 0 | E | C2 | 2F | 4A |
| Octal | 234 | 314 | 333 | 35 | 7 | 0 | 16 | 302 | 57 | 112 |
| Binary | 10011100 | 11001100 | 11011011 | 11101 | 111 | 0 | 1110 | 11000010 | 101111 | 1001010 |
Color Harmonies of #9CCCDB
Complementary color
Monochromatic Colors of #9CCCDB
Black with #9CCCDB
Text Example
Text Example
White with #9CCCDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CCCDB; }
p { color: rgb(156,204,219); }
H1.HeaderClassName
{
color: #9CCCDB;
}
.AnyTagClassName
{
color: #9CCCDB;
}
</style>
background-color css
<style>
a { background-color: #9CCCDB; }
a { background-color: rgb(156,204,219); }
div.DivClassName
{
background-color: #9CCCDB;
}
.BgClassName
{
background-color: #9CCCDB;
}
</style>
border-color css
<style>
span { border-color: #9CCCDB; }
span { border-color: rgb(156,204,219); }
td.TdClassName
{
border-color: #9CCCDB;
}
.TagClassName
{
border-color: #9CCCDB;
}
</style>