Shades of Cornflower #8DC8F1
Tints of Cornflower #8DC8F1
RGB
CMYK
RGB Variations
Color information
#8DC8F1 (or 0x8DC8F1) is known color: Cornflower. HEX triplet: 8D, C8 and F1. RGB value is (141,200,241). Sum of RGB (Red+Green+Blue) = 141+200+241=582 (77% of max value = 765). Red value is 141 (55.47% from 255 or 24.23% from 582); Green value is 200 (78.52% from 255 or 34.36% from 582); Blue value is 241 (94.53% from 255 or 41.41% from 582); Max value from RGB is 241 - color contains mainly: blue. Hex color #8DC8F1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8DC8F1 is #72370E. Grayscale: #BABABA. Windows color (decimal): -7485199 or 15845517. OLE color: 15845517.
HSL color Cylindrical-coordinate representation of color #8DC8F1: hue angle of 204.6º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8DC8F1 is Cyan = 0.41, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 141 | 200 | 241 | - |
| CMYK | 0.41 | 0.17 | 0 | 0.05 |
| HSL | 204.6º | 0.78% | 0.75% | - |
| HSV(B) | 204.6º | 0.41% | 0.95% | - |
| XYZ | 47.52 | 53.32 | 91.01 | - |
| YUV | 187.03 | 158.45 | 95.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 200 | 241 | 0.41 | 0.17 | 0 | 0.05 | 204.6 | 0.78 | 0.75 |
| Hex | 8D | C8 | F1 | 29 | 11 | 0 | 5 | CD | 4E | 4B |
| Octal | 215 | 310 | 361 | 51 | 21 | 0 | 5 | 315 | 116 | 113 |
| Binary | 10001101 | 11001000 | 11110001 | 101001 | 10001 | 0 | 101 | 11001101 | 1001110 | 1001011 |
Color Harmonies of #8DC8F1
Complementary color
Monochromatic Colors of #8DC8F1
Black with #8DC8F1
Text Example
Text Example
White with #8DC8F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DC8F1; }
p { color: rgb(141,200,241); }
H1.HeaderClassName
{
color: #8DC8F1;
}
.AnyTagClassName
{
color: #8DC8F1;
}
</style>
background-color css
<style>
a { background-color: #8DC8F1; }
a { background-color: rgb(141,200,241); }
div.DivClassName
{
background-color: #8DC8F1;
}
.BgClassName
{
background-color: #8DC8F1;
}
</style>
border-color css
<style>
span { border-color: #8DC8F1; }
span { border-color: rgb(141,200,241); }
td.TdClassName
{
border-color: #8DC8F1;
}
.TagClassName
{
border-color: #8DC8F1;
}
</style>