Shades of Cornflower #8DC4E7
Tints of Cornflower #8DC4E7
RGB
CMYK
RGB Variations
Color information
#8DC4E7 (or 0x8DC4E7) is known color: Cornflower. HEX triplet: 8D, C4 and E7. RGB value is (141,196,231). Sum of RGB (Red+Green+Blue) = 141+196+231=568 (75% of max value = 765). Red value is 141 (55.47% from 255 or 24.82% from 568); Green value is 196 (76.95% from 255 or 34.51% from 568); Blue value is 231 (90.62% from 255 or 40.67% from 568); Max value from RGB is 231 - color contains mainly: blue. Hex color #8DC4E7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8DC4E7 is #723B18. Grayscale: #B7B7B7. Windows color (decimal): -7486233 or 15189133. OLE color: 15189133.
HSL color Cylindrical-coordinate representation of color #8DC4E7: hue angle of 203.33º degrees, saturation: 0.65, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8DC4E7 is Cyan = 0.39, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 141 | 196 | 231 | - |
| CMYK | 0.39 | 0.15 | 0 | 0.09 |
| HSL | 203.33º | 0.65% | 0.73% | - |
| HSV(B) | 203.33º | 0.39% | 0.91% | - |
| XYZ | 45.15 | 50.91 | 83.05 | - |
| YUV | 183.55 | 154.78 | 97.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 196 | 231 | 0.39 | 0.15 | 0 | 0.09 | 203.33 | 0.65 | 0.73 |
| Hex | 8D | C4 | E7 | 27 | F | 0 | 9 | CB | 41 | 49 |
| Octal | 215 | 304 | 347 | 47 | 17 | 0 | 11 | 313 | 101 | 111 |
| Binary | 10001101 | 11000100 | 11100111 | 100111 | 1111 | 0 | 1001 | 11001011 | 1000001 | 1001001 |
Color Harmonies of #8DC4E7
Complementary color
Monochromatic Colors of #8DC4E7
Black with #8DC4E7
Text Example
Text Example
White with #8DC4E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DC4E7; }
p { color: rgb(141,196,231); }
H1.HeaderClassName
{
color: #8DC4E7;
}
.AnyTagClassName
{
color: #8DC4E7;
}
</style>
background-color css
<style>
a { background-color: #8DC4E7; }
a { background-color: rgb(141,196,231); }
div.DivClassName
{
background-color: #8DC4E7;
}
.BgClassName
{
background-color: #8DC4E7;
}
</style>
border-color css
<style>
span { border-color: #8DC4E7; }
span { border-color: rgb(141,196,231); }
td.TdClassName
{
border-color: #8DC4E7;
}
.TagClassName
{
border-color: #8DC4E7;
}
</style>