Shades of Cornflower #9DD2EC
Tints of Cornflower #9DD2EC
RGB
CMYK
RGB Variations
Color information
#9DD2EC (or 0x9DD2EC) is known color: Cornflower. HEX triplet: 9D, D2 and EC. RGB value is (157,210,236). Sum of RGB (Red+Green+Blue) = 157+210+236=603 (79% of max value = 765). Red value is 157 (61.72% from 255 or 26.04% from 603); Green value is 210 (82.42% from 255 or 34.83% from 603); Blue value is 236 (92.58% from 255 or 39.14% from 603); Max value from RGB is 236 - color contains mainly: blue. Hex color #9DD2EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9DD2EC is #622D13. Grayscale: #C4C4C4. Windows color (decimal): -6434068 or 15520413. OLE color: 15520413.
HSL color Cylindrical-coordinate representation of color #9DD2EC: hue angle of 199.75º degrees, saturation: 0.68, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9DD2EC is Cyan = 0.33, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 157 | 210 | 236 | - |
| CMYK | 0.33 | 0.11 | 0 | 0.07 |
| HSL | 199.75º | 0.68% | 0.77% | - |
| HSV(B) | 199.75º | 0.33% | 0.93% | - |
| XYZ | 52.09 | 59.32 | 88.06 | - |
| YUV | 197.12 | 149.94 | 99.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 210 | 236 | 0.33 | 0.11 | 0 | 0.07 | 199.75 | 0.68 | 0.77 |
| Hex | 9D | D2 | EC | 21 | B | 0 | 7 | C8 | 44 | 4D |
| Octal | 235 | 322 | 354 | 41 | 13 | 0 | 7 | 310 | 104 | 115 |
| Binary | 10011101 | 11010010 | 11101100 | 100001 | 1011 | 0 | 111 | 11001000 | 1000100 | 1001101 |
Color Harmonies of #9DD2EC
Complementary color
Monochromatic Colors of #9DD2EC
Black with #9DD2EC
Text Example
Text Example
White with #9DD2EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DD2EC; }
p { color: rgb(157,210,236); }
H1.HeaderClassName
{
color: #9DD2EC;
}
.AnyTagClassName
{
color: #9DD2EC;
}
</style>
background-color css
<style>
a { background-color: #9DD2EC; }
a { background-color: rgb(157,210,236); }
div.DivClassName
{
background-color: #9DD2EC;
}
.BgClassName
{
background-color: #9DD2EC;
}
</style>
border-color css
<style>
span { border-color: #9DD2EC; }
span { border-color: rgb(157,210,236); }
td.TdClassName
{
border-color: #9DD2EC;
}
.TagClassName
{
border-color: #9DD2EC;
}
</style>