Shades of Regent St Blue #9CC8DD
Tints of Regent St Blue #9CC8DD
RGB
CMYK
RGB Variations
Color information
#9CC8DD (or 0x9CC8DD) is known color: Regent St Blue. HEX triplet: 9C, C8 and DD. RGB value is (156,200,221). Sum of RGB (Red+Green+Blue) = 156+200+221=577 (76% of max value = 765). Red value is 156 (61.33% from 255 or 27.04% from 577); Green value is 200 (78.52% from 255 or 34.66% from 577); Blue value is 221 (86.72% from 255 or 38.30% from 577); Max value from RGB is 221 - color contains mainly: blue. Hex color #9CC8DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CC8DD is #633722. Grayscale: #BDBDBD. Windows color (decimal): -6502179 or 14534812. OLE color: 14534812.
HSL color Cylindrical-coordinate representation of color #9CC8DD: hue angle of 199.38º degrees, saturation: 0.49, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9CC8DD is Cyan = 0.29, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 156 | 200 | 221 | - |
| CMYK | 0.29 | 0.10 | 0 | 0.13 |
| HSL | 199.38º | 0.49% | 0.74% | - |
| HSV(B) | 199.38º | 0.29% | 0.87% | - |
| XYZ | 47.42 | 53.6 | 76.25 | - |
| YUV | 189.24 | 145.92 | 104.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 200 | 221 | 0.29 | 0.10 | 0 | 0.13 | 199.38 | 0.49 | 0.74 |
| Hex | 9C | C8 | DD | 1D | A | 0 | D | C7 | 31 | 4A |
| Octal | 234 | 310 | 335 | 35 | 12 | 0 | 15 | 307 | 61 | 112 |
| Binary | 10011100 | 11001000 | 11011101 | 11101 | 1010 | 0 | 1101 | 11000111 | 110001 | 1001010 |
Color Harmonies of #9CC8DD
Complementary color
Monochromatic Colors of #9CC8DD
Black with #9CC8DD
Text Example
Text Example
White with #9CC8DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CC8DD; }
p { color: rgb(156,200,221); }
H1.HeaderClassName
{
color: #9CC8DD;
}
.AnyTagClassName
{
color: #9CC8DD;
}
</style>
background-color css
<style>
a { background-color: #9CC8DD; }
a { background-color: rgb(156,200,221); }
div.DivClassName
{
background-color: #9CC8DD;
}
.BgClassName
{
background-color: #9CC8DD;
}
</style>
border-color css
<style>
span { border-color: #9CC8DD; }
span { border-color: rgb(156,200,221); }
td.TdClassName
{
border-color: #9CC8DD;
}
.TagClassName
{
border-color: #9CC8DD;
}
</style>