Shades of Regent St Blue #9CCBE0
Tints of Regent St Blue #9CCBE0
RGB
CMYK
RGB Variations
Color information
#9CCBE0 (or 0x9CCBE0) is known color: Regent St Blue. HEX triplet: 9C, CB and E0. RGB value is (156,203,224). Sum of RGB (Red+Green+Blue) = 156+203+224=583 (77% of max value = 765). Red value is 156 (61.33% from 255 or 26.76% from 583); Green value is 203 (79.69% from 255 or 34.82% from 583); Blue value is 224 (87.89% from 255 or 38.42% from 583); Max value from RGB is 224 - color contains mainly: blue. Hex color #9CCBE0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CCBE0 is #63341F. Grayscale: #BFBFBF. Windows color (decimal): -6501408 or 14732188. OLE color: 14732188.
HSL color Cylindrical-coordinate representation of color #9CCBE0: hue angle of 198.53º degrees, saturation: 0.52, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9CCBE0 is Cyan = 0.30, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 156 | 203 | 224 | - |
| CMYK | 0.30 | 0.09 | 0 | 0.12 |
| HSL | 198.53º | 0.52% | 0.75% | - |
| HSV(B) | 198.53º | 0.3% | 0.88% | - |
| XYZ | 48.52 | 55.16 | 78.61 | - |
| YUV | 191.34 | 146.43 | 102.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 203 | 224 | 0.30 | 0.09 | 0 | 0.12 | 198.53 | 0.52 | 0.75 |
| Hex | 9C | CB | E0 | 1E | 9 | 0 | C | C7 | 34 | 4B |
| Octal | 234 | 313 | 340 | 36 | 11 | 0 | 14 | 307 | 64 | 113 |
| Binary | 10011100 | 11001011 | 11100000 | 11110 | 1001 | 0 | 1100 | 11000111 | 110100 | 1001011 |
Color Harmonies of #9CCBE0
Complementary color
Monochromatic Colors of #9CCBE0
Black with #9CCBE0
Text Example
Text Example
White with #9CCBE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CCBE0; }
p { color: rgb(156,203,224); }
H1.HeaderClassName
{
color: #9CCBE0;
}
.AnyTagClassName
{
color: #9CCBE0;
}
</style>
background-color css
<style>
a { background-color: #9CCBE0; }
a { background-color: rgb(156,203,224); }
div.DivClassName
{
background-color: #9CCBE0;
}
.BgClassName
{
background-color: #9CCBE0;
}
</style>
border-color css
<style>
span { border-color: #9CCBE0; }
span { border-color: rgb(156,203,224); }
td.TdClassName
{
border-color: #9CCBE0;
}
.TagClassName
{
border-color: #9CCBE0;
}
</style>