Shades of Cornflower #8DC8ED
Tints of Cornflower #8DC8ED
RGB
CMYK
RGB Variations
Color information
#8DC8ED (or 0x8DC8ED) is known color: Cornflower. HEX triplet: 8D, C8 and ED. RGB value is (141,200,237). Sum of RGB (Red+Green+Blue) = 141+200+237=578 (76% of max value = 765). Red value is 141 (55.47% from 255 or 24.39% from 578); Green value is 200 (78.52% from 255 or 34.60% from 578); Blue value is 237 (92.97% from 255 or 41.00% from 578); Max value from RGB is 237 - color contains mainly: blue. Hex color #8DC8ED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8DC8ED is #723712. Grayscale: #BABABA. Windows color (decimal): -7485203 or 15583373. OLE color: 15583373.
HSL color Cylindrical-coordinate representation of color #8DC8ED: hue angle of 203.12º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8DC8ED is Cyan = 0.41, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 141 | 200 | 237 | - |
| CMYK | 0.41 | 0.16 | 0 | 0.07 |
| HSL | 203.13º | 0.73% | 0.74% | - |
| HSV(B) | 203.13º | 0.41% | 0.93% | - |
| XYZ | 46.92 | 53.09 | 87.89 | - |
| YUV | 186.58 | 156.45 | 95.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 200 | 237 | 0.41 | 0.16 | 0 | 0.07 | 203.13 | 0.73 | 0.74 |
| Hex | 8D | C8 | ED | 29 | 10 | 0 | 7 | CB | 49 | 4A |
| Octal | 215 | 310 | 355 | 51 | 20 | 0 | 7 | 313 | 111 | 112 |
| Binary | 10001101 | 11001000 | 11101101 | 101001 | 10000 | 0 | 111 | 11001011 | 1001001 | 1001010 |
Color Harmonies of #8DC8ED
Complementary color
Monochromatic Colors of #8DC8ED
Black with #8DC8ED
Text Example
Text Example
White with #8DC8ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DC8ED; }
p { color: rgb(141,200,237); }
H1.HeaderClassName
{
color: #8DC8ED;
}
.AnyTagClassName
{
color: #8DC8ED;
}
</style>
background-color css
<style>
a { background-color: #8DC8ED; }
a { background-color: rgb(141,200,237); }
div.DivClassName
{
background-color: #8DC8ED;
}
.BgClassName
{
background-color: #8DC8ED;
}
</style>
border-color css
<style>
span { border-color: #8DC8ED; }
span { border-color: rgb(141,200,237); }
td.TdClassName
{
border-color: #8DC8ED;
}
.TagClassName
{
border-color: #8DC8ED;
}
</style>