Shades of Cornflower #9CC0DD
Tints of Cornflower #9CC0DD
RGB
CMYK
RGB Variations
Color information
#9CC0DD (or 0x9CC0DD) is known color: Cornflower. HEX triplet: 9C, C0 and DD. RGB value is (156,192,221). Sum of RGB (Red+Green+Blue) = 156+192+221=569 (75% of max value = 765). Red value is 156 (61.33% from 255 or 27.42% from 569); Green value is 192 (75.39% from 255 or 33.74% from 569); Blue value is 221 (86.72% from 255 or 38.84% from 569); Max value from RGB is 221 - color contains mainly: blue. Hex color #9CC0DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CC0DD is #633F22. Grayscale: #B8B8B8. Windows color (decimal): -6504227 or 14532764. OLE color: 14532764.
HSL color Cylindrical-coordinate representation of color #9CC0DD: hue angle of 206.77º 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 #9CC0DD is Cyan = 0.29, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 156 | 192 | 221 | - |
| CMYK | 0.29 | 0.13 | 0 | 0.13 |
| HSL | 206.77º | 0.49% | 0.74% | - |
| HSV(B) | 206.77º | 0.29% | 0.87% | - |
| XYZ | 45.61 | 49.99 | 75.65 | - |
| YUV | 184.54 | 148.57 | 107.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 192 | 221 | 0.29 | 0.13 | 0 | 0.13 | 206.77 | 0.49 | 0.74 |
| Hex | 9C | C0 | DD | 1D | D | 0 | D | CF | 31 | 4A |
| Octal | 234 | 300 | 335 | 35 | 15 | 0 | 15 | 317 | 61 | 112 |
| Binary | 10011100 | 11000000 | 11011101 | 11101 | 1101 | 0 | 1101 | 11001111 | 110001 | 1001010 |
Color Harmonies of #9CC0DD
Complementary color
Monochromatic Colors of #9CC0DD
Black with #9CC0DD
Text Example
Text Example
White with #9CC0DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CC0DD; }
p { color: rgb(156,192,221); }
H1.HeaderClassName
{
color: #9CC0DD;
}
.AnyTagClassName
{
color: #9CC0DD;
}
</style>
background-color css
<style>
a { background-color: #9CC0DD; }
a { background-color: rgb(156,192,221); }
div.DivClassName
{
background-color: #9CC0DD;
}
.BgClassName
{
background-color: #9CC0DD;
}
</style>
border-color css
<style>
span { border-color: #9CC0DD; }
span { border-color: rgb(156,192,221); }
td.TdClassName
{
border-color: #9CC0DD;
}
.TagClassName
{
border-color: #9CC0DD;
}
</style>