Shades of Cornflower #8EC2EA
Tints of Cornflower #8EC2EA
RGB
CMYK
RGB Variations
Color information
#8EC2EA (or 0x8EC2EA) is known color: Cornflower. HEX triplet: 8E, C2 and EA. RGB value is (142,194,234). Sum of RGB (Red+Green+Blue) = 142+194+234=570 (75% of max value = 765). Red value is 142 (55.86% from 255 or 24.91% from 570); Green value is 194 (76.17% from 255 or 34.04% from 570); Blue value is 234 (91.80% from 255 or 41.05% from 570); Max value from RGB is 234 - color contains mainly: blue. Hex color #8EC2EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8EC2EA is #713D15. Grayscale: #B6B6B6. Windows color (decimal): -7421206 or 15385230. OLE color: 15385230.
HSL color Cylindrical-coordinate representation of color #8EC2EA: hue angle of 206.09º degrees, saturation: 0.69, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8EC2EA is Cyan = 0.39, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 142 | 194 | 234 | - |
| CMYK | 0.39 | 0.17 | 0 | 0.08 |
| HSL | 206.09º | 0.69% | 0.74% | - |
| HSV(B) | 206.09º | 0.39% | 0.92% | - |
| XYZ | 45.3 | 50.27 | 85.16 | - |
| YUV | 183.01 | 156.77 | 98.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 194 | 234 | 0.39 | 0.17 | 0 | 0.08 | 206.09 | 0.69 | 0.74 |
| Hex | 8E | C2 | EA | 27 | 11 | 0 | 8 | CE | 45 | 4A |
| Octal | 216 | 302 | 352 | 47 | 21 | 0 | 10 | 316 | 105 | 112 |
| Binary | 10001110 | 11000010 | 11101010 | 100111 | 10001 | 0 | 1000 | 11001110 | 1000101 | 1001010 |
Color Harmonies of #8EC2EA
Complementary color
Monochromatic Colors of #8EC2EA
Black with #8EC2EA
Text Example
Text Example
White with #8EC2EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EC2EA; }
p { color: rgb(142,194,234); }
H1.HeaderClassName
{
color: #8EC2EA;
}
.AnyTagClassName
{
color: #8EC2EA;
}
</style>
background-color css
<style>
a { background-color: #8EC2EA; }
a { background-color: rgb(142,194,234); }
div.DivClassName
{
background-color: #8EC2EA;
}
.BgClassName
{
background-color: #8EC2EA;
}
</style>
border-color css
<style>
span { border-color: #8EC2EA; }
span { border-color: rgb(142,194,234); }
td.TdClassName
{
border-color: #8EC2EA;
}
.TagClassName
{
border-color: #8EC2EA;
}
</style>