Shades of Cornflower #8EC3EE
Tints of Cornflower #8EC3EE
RGB
CMYK
RGB Variations
Color information
#8EC3EE (or 0x8EC3EE) is known color: Cornflower. HEX triplet: 8E, C3 and EE. RGB value is (142,195,238). Sum of RGB (Red+Green+Blue) = 142+195+238=575 (76% of max value = 765). Red value is 142 (55.86% from 255 or 24.70% from 575); Green value is 195 (76.56% from 255 or 33.91% from 575); Blue value is 238 (93.36% from 255 or 41.39% from 575); Max value from RGB is 238 - color contains mainly: blue. Hex color #8EC3EE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8EC3EE is #713C11. Grayscale: #B7B7B7. Windows color (decimal): -7420946 or 15647630. OLE color: 15647630.
HSL color Cylindrical-coordinate representation of color #8EC3EE: hue angle of 206.88º degrees, saturation: 0.74, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8EC3EE is Cyan = 0.40, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 142 | 195 | 238 | - |
| CMYK | 0.40 | 0.18 | 0 | 0.07 |
| HSL | 206.88º | 0.74% | 0.75% | - |
| HSV(B) | 206.88º | 0.4% | 0.93% | - |
| XYZ | 46.1 | 50.95 | 88.29 | - |
| YUV | 184.06 | 158.44 | 98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 195 | 238 | 0.40 | 0.18 | 0 | 0.07 | 206.88 | 0.74 | 0.75 |
| Hex | 8E | C3 | EE | 28 | 12 | 0 | 7 | CF | 4A | 4B |
| Octal | 216 | 303 | 356 | 50 | 22 | 0 | 7 | 317 | 112 | 113 |
| Binary | 10001110 | 11000011 | 11101110 | 101000 | 10010 | 0 | 111 | 11001111 | 1001010 | 1001011 |
Color Harmonies of #8EC3EE
Complementary color
Monochromatic Colors of #8EC3EE
Black with #8EC3EE
Text Example
Text Example
White with #8EC3EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EC3EE; }
p { color: rgb(142,195,238); }
H1.HeaderClassName
{
color: #8EC3EE;
}
.AnyTagClassName
{
color: #8EC3EE;
}
</style>
background-color css
<style>
a { background-color: #8EC3EE; }
a { background-color: rgb(142,195,238); }
div.DivClassName
{
background-color: #8EC3EE;
}
.BgClassName
{
background-color: #8EC3EE;
}
</style>
border-color css
<style>
span { border-color: #8EC3EE; }
span { border-color: rgb(142,195,238); }
td.TdClassName
{
border-color: #8EC3EE;
}
.TagClassName
{
border-color: #8EC3EE;
}
</style>