Shades of Regent St Blue #9CCADF
Tints of Regent St Blue #9CCADF
RGB
CMYK
RGB Variations
Color information
#9CCADF (or 0x9CCADF) is known color: Regent St Blue. HEX triplet: 9C, CA and DF. RGB value is (156,202,223). Sum of RGB (Red+Green+Blue) = 156+202+223=581 (76% of max value = 765). Red value is 156 (61.33% from 255 or 26.85% from 581); Green value is 202 (79.30% from 255 or 34.77% from 581); Blue value is 223 (87.5% from 255 or 38.38% from 581); Max value from RGB is 223 - color contains mainly: blue. Hex color #9CCADF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CCADF is #633520. Grayscale: #BEBEBE. Windows color (decimal): -6501665 or 14666396. OLE color: 14666396.
HSL color Cylindrical-coordinate representation of color #9CCADF: hue angle of 198.81º 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 #9CCADF is Cyan = 0.30, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 156 | 202 | 223 | - |
| CMYK | 0.30 | 0.09 | 0 | 0.13 |
| HSL | 198.81º | 0.51% | 0.74% | - |
| HSV(B) | 198.81º | 0.3% | 0.87% | - |
| XYZ | 48.15 | 54.64 | 77.82 | - |
| YUV | 190.64 | 146.26 | 103.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 202 | 223 | 0.30 | 0.09 | 0 | 0.13 | 198.81 | 0.51 | 0.74 |
| Hex | 9C | CA | DF | 1E | 9 | 0 | D | C7 | 33 | 4A |
| Octal | 234 | 312 | 337 | 36 | 11 | 0 | 15 | 307 | 63 | 112 |
| Binary | 10011100 | 11001010 | 11011111 | 11110 | 1001 | 0 | 1101 | 11000111 | 110011 | 1001010 |
Color Harmonies of #9CCADF
Complementary color
Monochromatic Colors of #9CCADF
Black with #9CCADF
Text Example
Text Example
White with #9CCADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CCADF; }
p { color: rgb(156,202,223); }
H1.HeaderClassName
{
color: #9CCADF;
}
.AnyTagClassName
{
color: #9CCADF;
}
</style>
background-color css
<style>
a { background-color: #9CCADF; }
a { background-color: rgb(156,202,223); }
div.DivClassName
{
background-color: #9CCADF;
}
.BgClassName
{
background-color: #9CCADF;
}
</style>
border-color css
<style>
span { border-color: #9CCADF; }
span { border-color: rgb(156,202,223); }
td.TdClassName
{
border-color: #9CCADF;
}
.TagClassName
{
border-color: #9CCADF;
}
</style>