Shades of Cornflower #8DC9EC
Tints of Cornflower #8DC9EC
RGB
CMYK
RGB Variations
Color information
#8DC9EC (or 0x8DC9EC) is known color: Cornflower. HEX triplet: 8D, C9 and EC. RGB value is (141,201,236). Sum of RGB (Red+Green+Blue) = 141+201+236=578 (76% of max value = 765). Red value is 141 (55.47% from 255 or 24.39% from 578); Green value is 201 (78.91% from 255 or 34.78% from 578); Blue value is 236 (92.58% from 255 or 40.83% from 578); Max value from RGB is 236 - color contains mainly: blue. Hex color #8DC9EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8DC9EC is #723613. Grayscale: #BABABA. Windows color (decimal): -7484948 or 15518093. OLE color: 15518093.
HSL color Cylindrical-coordinate representation of color #8DC9EC: hue angle of 202.11º degrees, saturation: 0.71, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8DC9EC is Cyan = 0.40, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 141 | 201 | 236 | - |
| CMYK | 0.40 | 0.15 | 0 | 0.07 |
| HSL | 202.11º | 0.71% | 0.74% | - |
| HSV(B) | 202.11º | 0.4% | 0.93% | - |
| XYZ | 47.01 | 53.49 | 87.2 | - |
| YUV | 187.05 | 155.62 | 95.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 201 | 236 | 0.40 | 0.15 | 0 | 0.07 | 202.11 | 0.71 | 0.74 |
| Hex | 8D | C9 | EC | 28 | F | 0 | 7 | CA | 47 | 4A |
| Octal | 215 | 311 | 354 | 50 | 17 | 0 | 7 | 312 | 107 | 112 |
| Binary | 10001101 | 11001001 | 11101100 | 101000 | 1111 | 0 | 111 | 11001010 | 1000111 | 1001010 |
Color Harmonies of #8DC9EC
Complementary color
Monochromatic Colors of #8DC9EC
Black with #8DC9EC
Text Example
Text Example
White with #8DC9EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DC9EC; }
p { color: rgb(141,201,236); }
H1.HeaderClassName
{
color: #8DC9EC;
}
.AnyTagClassName
{
color: #8DC9EC;
}
</style>
background-color css
<style>
a { background-color: #8DC9EC; }
a { background-color: rgb(141,201,236); }
div.DivClassName
{
background-color: #8DC9EC;
}
.BgClassName
{
background-color: #8DC9EC;
}
</style>
border-color css
<style>
span { border-color: #8DC9EC; }
span { border-color: rgb(141,201,236); }
td.TdClassName
{
border-color: #8DC9EC;
}
.TagClassName
{
border-color: #8DC9EC;
}
</style>