Shades of Regent St Blue #9CCBDB
Tints of Regent St Blue #9CCBDB
RGB
CMYK
RGB Variations
Color information
#9CCBDB (or 0x9CCBDB) is known color: Regent St Blue. HEX triplet: 9C, CB and DB. RGB value is (156,203,219). Sum of RGB (Red+Green+Blue) = 156+203+219=578 (76% of max value = 765). Red value is 156 (61.33% from 255 or 26.99% from 578); Green value is 203 (79.69% from 255 or 35.12% from 578); Blue value is 219 (85.94% from 255 or 37.89% from 578); Max value from RGB is 219 - color contains mainly: blue. Hex color #9CCBDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CCBDB is #633424. Grayscale: #BEBEBE. Windows color (decimal): -6501413 or 14404508. OLE color: 14404508.
HSL color Cylindrical-coordinate representation of color #9CCBDB: hue angle of 195.24º 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 #9CCBDB is Cyan = 0.29, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 156 | 203 | 219 | - |
| CMYK | 0.29 | 0.07 | 0 | 0.14 |
| HSL | 195.24º | 0.47% | 0.74% | - |
| HSV(B) | 195.24º | 0.29% | 0.86% | - |
| XYZ | 47.85 | 54.89 | 75.09 | - |
| YUV | 190.77 | 143.93 | 103.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 203 | 219 | 0.29 | 0.07 | 0 | 0.14 | 195.24 | 0.47 | 0.74 |
| Hex | 9C | CB | DB | 1D | 7 | 0 | E | C3 | 2F | 4A |
| Octal | 234 | 313 | 333 | 35 | 7 | 0 | 16 | 303 | 57 | 112 |
| Binary | 10011100 | 11001011 | 11011011 | 11101 | 111 | 0 | 1110 | 11000011 | 101111 | 1001010 |
Color Harmonies of #9CCBDB
Complementary color
Monochromatic Colors of #9CCBDB
Black with #9CCBDB
Text Example
Text Example
White with #9CCBDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CCBDB; }
p { color: rgb(156,203,219); }
H1.HeaderClassName
{
color: #9CCBDB;
}
.AnyTagClassName
{
color: #9CCBDB;
}
</style>
background-color css
<style>
a { background-color: #9CCBDB; }
a { background-color: rgb(156,203,219); }
div.DivClassName
{
background-color: #9CCBDB;
}
.BgClassName
{
background-color: #9CCBDB;
}
</style>
border-color css
<style>
span { border-color: #9CCBDB; }
span { border-color: rgb(156,203,219); }
td.TdClassName
{
border-color: #9CCBDB;
}
.TagClassName
{
border-color: #9CCBDB;
}
</style>