Shades of Cornflower #9CC4DE
Tints of Cornflower #9CC4DE
RGB
CMYK
RGB Variations
Color information
#9CC4DE (or 0x9CC4DE) is known color: Cornflower. HEX triplet: 9C, C4 and DE. RGB value is (156,196,222). Sum of RGB (Red+Green+Blue) = 156+196+222=574 (76% of max value = 765). Red value is 156 (61.33% from 255 or 27.18% from 574); Green value is 196 (76.95% from 255 or 34.15% from 574); Blue value is 222 (87.11% from 255 or 38.68% from 574); Max value from RGB is 222 - color contains mainly: blue. Hex color #9CC4DE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CC4DE is #633B21. Grayscale: #BABABA. Windows color (decimal): -6503202 or 14599324. OLE color: 14599324.
HSL color Cylindrical-coordinate representation of color #9CC4DE: hue angle of 203.64º 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 #9CC4DE is Cyan = 0.30, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 156 | 196 | 222 | - |
| CMYK | 0.30 | 0.12 | 0 | 0.13 |
| HSL | 203.64º | 0.5% | 0.74% | - |
| HSV(B) | 203.64º | 0.3% | 0.87% | - |
| XYZ | 46.64 | 51.82 | 76.65 | - |
| YUV | 187 | 147.75 | 105.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 196 | 222 | 0.30 | 0.12 | 0 | 0.13 | 203.64 | 0.5 | 0.74 |
| Hex | 9C | C4 | DE | 1E | C | 0 | D | CC | 32 | 4A |
| Octal | 234 | 304 | 336 | 36 | 14 | 0 | 15 | 314 | 62 | 112 |
| Binary | 10011100 | 11000100 | 11011110 | 11110 | 1100 | 0 | 1101 | 11001100 | 110010 | 1001010 |
Color Harmonies of #9CC4DE
Complementary color
Monochromatic Colors of #9CC4DE
Black with #9CC4DE
Text Example
Text Example
White with #9CC4DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CC4DE; }
p { color: rgb(156,196,222); }
H1.HeaderClassName
{
color: #9CC4DE;
}
.AnyTagClassName
{
color: #9CC4DE;
}
</style>
background-color css
<style>
a { background-color: #9CC4DE; }
a { background-color: rgb(156,196,222); }
div.DivClassName
{
background-color: #9CC4DE;
}
.BgClassName
{
background-color: #9CC4DE;
}
</style>
border-color css
<style>
span { border-color: #9CC4DE; }
span { border-color: rgb(156,196,222); }
td.TdClassName
{
border-color: #9CC4DE;
}
.TagClassName
{
border-color: #9CC4DE;
}
</style>