Shades of Cornflower #9CD3E9
Tints of Cornflower #9CD3E9
RGB
CMYK
RGB Variations
Color information
#9CD3E9 (or 0x9CD3E9) is known color: Cornflower. HEX triplet: 9C, D3 and E9. RGB value is (156,211,233). Sum of RGB (Red+Green+Blue) = 156+211+233=600 (79% of max value = 765). Red value is 156 (61.33% from 255 or 26% from 600); Green value is 211 (82.81% from 255 or 35.17% from 600); Blue value is 233 (91.41% from 255 or 38.83% from 600); Max value from RGB is 233 - color contains mainly: blue. Hex color #9CD3E9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9CD3E9 is #632C16. Grayscale: #C4C4C4. Windows color (decimal): -6499351 or 15324060. OLE color: 15324060.
HSL color Cylindrical-coordinate representation of color #9CD3E9: hue angle of 197.14º degrees, saturation: 0.64, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9CD3E9 is Cyan = 0.33, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 156 | 211 | 233 | - |
| CMYK | 0.33 | 0.09 | 0 | 0.09 |
| HSL | 197.14º | 0.64% | 0.76% | - |
| HSV(B) | 197.14º | 0.33% | 0.91% | - |
| XYZ | 51.71 | 59.54 | 85.86 | - |
| YUV | 197.06 | 148.28 | 98.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 211 | 233 | 0.33 | 0.09 | 0 | 0.09 | 197.14 | 0.64 | 0.76 |
| Hex | 9C | D3 | E9 | 21 | 9 | 0 | 9 | C5 | 40 | 4C |
| Octal | 234 | 323 | 351 | 41 | 11 | 0 | 11 | 305 | 100 | 114 |
| Binary | 10011100 | 11010011 | 11101001 | 100001 | 1001 | 0 | 1001 | 11000101 | 1000000 | 1001100 |
Color Harmonies of #9CD3E9
Complementary color
Monochromatic Colors of #9CD3E9
Black with #9CD3E9
Text Example
Text Example
White with #9CD3E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CD3E9; }
p { color: rgb(156,211,233); }
H1.HeaderClassName
{
color: #9CD3E9;
}
.AnyTagClassName
{
color: #9CD3E9;
}
</style>
background-color css
<style>
a { background-color: #9CD3E9; }
a { background-color: rgb(156,211,233); }
div.DivClassName
{
background-color: #9CD3E9;
}
.BgClassName
{
background-color: #9CD3E9;
}
</style>
border-color css
<style>
span { border-color: #9CD3E9; }
span { border-color: rgb(156,211,233); }
td.TdClassName
{
border-color: #9CD3E9;
}
.TagClassName
{
border-color: #9CD3E9;
}
</style>