Shades of Regent St Blue #9CCFDF
Tints of Regent St Blue #9CCFDF
RGB
CMYK
RGB Variations
Color information
#9CCFDF (or 0x9CCFDF) is known color: Regent St Blue. HEX triplet: 9C, CF and DF. RGB value is (156,207,223). Sum of RGB (Red+Green+Blue) = 156+207+223=586 (77% of max value = 765). Red value is 156 (61.33% from 255 or 26.62% from 586); Green value is 207 (81.25% from 255 or 35.32% from 586); Blue value is 223 (87.5% from 255 or 38.05% from 586); Max value from RGB is 223 - color contains mainly: blue. Hex color #9CCFDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CCFDF is #633020. Grayscale: #C1C1C1. Windows color (decimal): -6500385 or 14667676. OLE color: 14667676.
HSL color Cylindrical-coordinate representation of color #9CCFDF: hue angle of 194.33º 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 #9CCFDF is Cyan = 0.30, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 156 | 207 | 223 | - |
| CMYK | 0.30 | 0.07 | 0 | 0.13 |
| HSL | 194.33º | 0.51% | 0.74% | - |
| HSV(B) | 194.33º | 0.3% | 0.87% | - |
| XYZ | 49.34 | 57.02 | 78.22 | - |
| YUV | 193.58 | 144.6 | 101.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 207 | 223 | 0.30 | 0.07 | 0 | 0.13 | 194.33 | 0.51 | 0.74 |
| Hex | 9C | CF | DF | 1E | 7 | 0 | D | C2 | 33 | 4A |
| Octal | 234 | 317 | 337 | 36 | 7 | 0 | 15 | 302 | 63 | 112 |
| Binary | 10011100 | 11001111 | 11011111 | 11110 | 111 | 0 | 1101 | 11000010 | 110011 | 1001010 |
Color Harmonies of #9CCFDF
Complementary color
Monochromatic Colors of #9CCFDF
Black with #9CCFDF
Text Example
Text Example
White with #9CCFDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CCFDF; }
p { color: rgb(156,207,223); }
H1.HeaderClassName
{
color: #9CCFDF;
}
.AnyTagClassName
{
color: #9CCFDF;
}
</style>
background-color css
<style>
a { background-color: #9CCFDF; }
a { background-color: rgb(156,207,223); }
div.DivClassName
{
background-color: #9CCFDF;
}
.BgClassName
{
background-color: #9CCFDF;
}
</style>
border-color css
<style>
span { border-color: #9CCFDF; }
span { border-color: rgb(156,207,223); }
td.TdClassName
{
border-color: #9CCFDF;
}
.TagClassName
{
border-color: #9CCFDF;
}
</style>