Shades of Regent St Blue #9CD1DE
Tints of Regent St Blue #9CD1DE
RGB
CMYK
RGB Variations
Color information
#9CD1DE (or 0x9CD1DE) is known color: Regent St Blue. HEX triplet: 9C, D1 and DE. RGB value is (156,209,222). Sum of RGB (Red+Green+Blue) = 156+209+222=587 (77% of max value = 765). Red value is 156 (61.33% from 255 or 26.58% from 587); Green value is 209 (82.03% from 255 or 35.60% from 587); Blue value is 222 (87.11% from 255 or 37.82% from 587); Max value from RGB is 222 - color contains mainly: blue. Hex color #9CD1DE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CD1DE is #632E21. Grayscale: #C2C2C2. Windows color (decimal): -6499874 or 14602652. OLE color: 14602652.
HSL color Cylindrical-coordinate representation of color #9CD1DE: hue angle of 191.82º degrees, saturation: 0.5, 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 #9CD1DE is Cyan = 0.30, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 156 | 209 | 222 | - |
| CMYK | 0.30 | 0.06 | 0 | 0.13 |
| HSL | 191.82º | 0.5% | 0.74% | - |
| HSV(B) | 191.82º | 0.3% | 0.87% | - |
| XYZ | 49.7 | 57.94 | 77.67 | - |
| YUV | 194.64 | 143.44 | 100.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 209 | 222 | 0.30 | 0.06 | 0 | 0.13 | 191.82 | 0.5 | 0.74 |
| Hex | 9C | D1 | DE | 1E | 6 | 0 | D | C0 | 32 | 4A |
| Octal | 234 | 321 | 336 | 36 | 6 | 0 | 15 | 300 | 62 | 112 |
| Binary | 10011100 | 11010001 | 11011110 | 11110 | 110 | 0 | 1101 | 11000000 | 110010 | 1001010 |
Color Harmonies of #9CD1DE
Complementary color
Monochromatic Colors of #9CD1DE
Black with #9CD1DE
Text Example
Text Example
White with #9CD1DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CD1DE; }
p { color: rgb(156,209,222); }
H1.HeaderClassName
{
color: #9CD1DE;
}
.AnyTagClassName
{
color: #9CD1DE;
}
</style>
background-color css
<style>
a { background-color: #9CD1DE; }
a { background-color: rgb(156,209,222); }
div.DivClassName
{
background-color: #9CD1DE;
}
.BgClassName
{
background-color: #9CD1DE;
}
</style>
border-color css
<style>
span { border-color: #9CD1DE; }
span { border-color: rgb(156,209,222); }
td.TdClassName
{
border-color: #9CD1DE;
}
.TagClassName
{
border-color: #9CD1DE;
}
</style>