Shades of Regent St Blue #9CCBDF
Tints of Regent St Blue #9CCBDF
RGB
CMYK
RGB Variations
Color information
#9CCBDF (or 0x9CCBDF) is known color: Regent St Blue. HEX triplet: 9C, CB and DF. RGB value is (156,203,223). Sum of RGB (Red+Green+Blue) = 156+203+223=582 (77% of max value = 765). Red value is 156 (61.33% from 255 or 26.80% from 582); Green value is 203 (79.69% from 255 or 34.88% from 582); Blue value is 223 (87.5% from 255 or 38.32% from 582); Max value from RGB is 223 - color contains mainly: blue. Hex color #9CCBDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CCBDF is #633420. Grayscale: #BFBFBF. Windows color (decimal): -6501409 or 14666652. OLE color: 14666652.
HSL color Cylindrical-coordinate representation of color #9CCBDF: hue angle of 197.91º degrees, saturation: 0.51, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9CCBDF is Cyan = 0.30, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 156 | 203 | 223 | - |
| CMYK | 0.30 | 0.09 | 0 | 0.13 |
| HSL | 197.91º | 0.51% | 0.74% | - |
| HSV(B) | 197.91º | 0.3% | 0.87% | - |
| XYZ | 48.39 | 55.11 | 77.9 | - |
| YUV | 191.23 | 145.93 | 102.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 203 | 223 | 0.30 | 0.09 | 0 | 0.13 | 197.91 | 0.51 | 0.74 |
| Hex | 9C | CB | DF | 1E | 9 | 0 | D | C6 | 33 | 4A |
| Octal | 234 | 313 | 337 | 36 | 11 | 0 | 15 | 306 | 63 | 112 |
| Binary | 10011100 | 11001011 | 11011111 | 11110 | 1001 | 0 | 1101 | 11000110 | 110011 | 1001010 |
Color Harmonies of #9CCBDF
Complementary color
Monochromatic Colors of #9CCBDF
Black with #9CCBDF
Text Example
Text Example
White with #9CCBDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CCBDF; }
p { color: rgb(156,203,223); }
H1.HeaderClassName
{
color: #9CCBDF;
}
.AnyTagClassName
{
color: #9CCBDF;
}
</style>
background-color css
<style>
a { background-color: #9CCBDF; }
a { background-color: rgb(156,203,223); }
div.DivClassName
{
background-color: #9CCBDF;
}
.BgClassName
{
background-color: #9CCBDF;
}
</style>
border-color css
<style>
span { border-color: #9CCBDF; }
span { border-color: rgb(156,203,223); }
td.TdClassName
{
border-color: #9CCBDF;
}
.TagClassName
{
border-color: #9CCBDF;
}
</style>