Shades of Cornflower #9CC0DF
Tints of Cornflower #9CC0DF
RGB
CMYK
RGB Variations
Color information
#9CC0DF (or 0x9CC0DF) is known color: Cornflower. HEX triplet: 9C, C0 and DF. RGB value is (156,192,223). Sum of RGB (Red+Green+Blue) = 156+192+223=571 (75% of max value = 765). Red value is 156 (61.33% from 255 or 27.32% from 571); Green value is 192 (75.39% from 255 or 33.63% from 571); Blue value is 223 (87.5% from 255 or 39.05% from 571); Max value from RGB is 223 - color contains mainly: blue. Hex color #9CC0DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CC0DF is #633F20. Grayscale: #B8B8B8. Windows color (decimal): -6504225 or 14663836. OLE color: 14663836.
HSL color Cylindrical-coordinate representation of color #9CC0DF: hue angle of 207.76º 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 #9CC0DF is Cyan = 0.30, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 156 | 192 | 223 | - |
| CMYK | 0.30 | 0.14 | 0 | 0.13 |
| HSL | 207.76º | 0.51% | 0.74% | - |
| HSV(B) | 207.76º | 0.3% | 0.87% | - |
| XYZ | 45.88 | 50.09 | 77.06 | - |
| YUV | 184.77 | 149.57 | 107.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 192 | 223 | 0.30 | 0.14 | 0 | 0.13 | 207.76 | 0.51 | 0.74 |
| Hex | 9C | C0 | DF | 1E | E | 0 | D | D0 | 33 | 4A |
| Octal | 234 | 300 | 337 | 36 | 16 | 0 | 15 | 320 | 63 | 112 |
| Binary | 10011100 | 11000000 | 11011111 | 11110 | 1110 | 0 | 1101 | 11010000 | 110011 | 1001010 |
Color Harmonies of #9CC0DF
Complementary color
Monochromatic Colors of #9CC0DF
Black with #9CC0DF
Text Example
Text Example
White with #9CC0DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CC0DF; }
p { color: rgb(156,192,223); }
H1.HeaderClassName
{
color: #9CC0DF;
}
.AnyTagClassName
{
color: #9CC0DF;
}
</style>
background-color css
<style>
a { background-color: #9CC0DF; }
a { background-color: rgb(156,192,223); }
div.DivClassName
{
background-color: #9CC0DF;
}
.BgClassName
{
background-color: #9CC0DF;
}
</style>
border-color css
<style>
span { border-color: #9CC0DF; }
span { border-color: rgb(156,192,223); }
td.TdClassName
{
border-color: #9CC0DF;
}
.TagClassName
{
border-color: #9CC0DF;
}
</style>