Shades of Regent St Blue #9CCEDB
Tints of Regent St Blue #9CCEDB
RGB
CMYK
RGB Variations
Color information
#9CCEDB (or 0x9CCEDB) is known color: Regent St Blue. HEX triplet: 9C, CE and DB. RGB value is (156,206,219). Sum of RGB (Red+Green+Blue) = 156+206+219=581 (76% of max value = 765). Red value is 156 (61.33% from 255 or 26.85% from 581); Green value is 206 (80.86% from 255 or 35.46% from 581); Blue value is 219 (85.94% from 255 or 37.69% from 581); Max value from RGB is 219 - color contains mainly: blue. Hex color #9CCEDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CCEDB is #633124. Grayscale: #C0C0C0. Windows color (decimal): -6500645 or 14405276. OLE color: 14405276.
HSL color Cylindrical-coordinate representation of color #9CCEDB: hue angle of 192.38º 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 #9CCEDB is Cyan = 0.29, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 156 | 206 | 219 | - |
| CMYK | 0.29 | 0.06 | 0 | 0.14 |
| HSL | 192.38º | 0.47% | 0.74% | - |
| HSV(B) | 192.38º | 0.29% | 0.86% | - |
| XYZ | 48.57 | 56.33 | 75.33 | - |
| YUV | 192.53 | 142.94 | 101.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 206 | 219 | 0.29 | 0.06 | 0 | 0.14 | 192.38 | 0.47 | 0.74 |
| Hex | 9C | CE | DB | 1D | 6 | 0 | E | C0 | 2F | 4A |
| Octal | 234 | 316 | 333 | 35 | 6 | 0 | 16 | 300 | 57 | 112 |
| Binary | 10011100 | 11001110 | 11011011 | 11101 | 110 | 0 | 1110 | 11000000 | 101111 | 1001010 |
Color Harmonies of #9CCEDB
Complementary color
Monochromatic Colors of #9CCEDB
Black with #9CCEDB
Text Example
Text Example
White with #9CCEDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CCEDB; }
p { color: rgb(156,206,219); }
H1.HeaderClassName
{
color: #9CCEDB;
}
.AnyTagClassName
{
color: #9CCEDB;
}
</style>
background-color css
<style>
a { background-color: #9CCEDB; }
a { background-color: rgb(156,206,219); }
div.DivClassName
{
background-color: #9CCEDB;
}
.BgClassName
{
background-color: #9CCEDB;
}
</style>
border-color css
<style>
span { border-color: #9CCEDB; }
span { border-color: rgb(156,206,219); }
td.TdClassName
{
border-color: #9CCEDB;
}
.TagClassName
{
border-color: #9CCEDB;
}
</style>