Shades of Cornflower #8ECCEE
Tints of Cornflower #8ECCEE
RGB
CMYK
RGB Variations
Color information
#8ECCEE (or 0x8ECCEE) is known color: Cornflower. HEX triplet: 8E, CC and EE. RGB value is (142,204,238). Sum of RGB (Red+Green+Blue) = 142+204+238=584 (77% of max value = 765). Red value is 142 (55.86% from 255 or 24.32% from 584); Green value is 204 (80.08% from 255 or 34.93% from 584); Blue value is 238 (93.36% from 255 or 40.75% from 584); Max value from RGB is 238 - color contains mainly: blue. Hex color #8ECCEE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8ECCEE is #713311. Grayscale: #BDBDBD. Windows color (decimal): -7418642 or 15649934. OLE color: 15649934.
HSL color Cylindrical-coordinate representation of color #8ECCEE: hue angle of 201.25º 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 #8ECCEE is Cyan = 0.40, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 142 | 204 | 238 | - |
| CMYK | 0.40 | 0.14 | 0 | 0.07 |
| HSL | 201.25º | 0.74% | 0.75% | - |
| HSV(B) | 201.25º | 0.4% | 0.93% | - |
| XYZ | 48.18 | 55.11 | 88.99 | - |
| YUV | 189.34 | 155.46 | 94.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 204 | 238 | 0.40 | 0.14 | 0 | 0.07 | 201.25 | 0.74 | 0.75 |
| Hex | 8E | CC | EE | 28 | E | 0 | 7 | C9 | 4A | 4B |
| Octal | 216 | 314 | 356 | 50 | 16 | 0 | 7 | 311 | 112 | 113 |
| Binary | 10001110 | 11001100 | 11101110 | 101000 | 1110 | 0 | 111 | 11001001 | 1001010 | 1001011 |
Color Harmonies of #8ECCEE
Complementary color
Monochromatic Colors of #8ECCEE
Black with #8ECCEE
Text Example
Text Example
White with #8ECCEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ECCEE; }
p { color: rgb(142,204,238); }
H1.HeaderClassName
{
color: #8ECCEE;
}
.AnyTagClassName
{
color: #8ECCEE;
}
</style>
background-color css
<style>
a { background-color: #8ECCEE; }
a { background-color: rgb(142,204,238); }
div.DivClassName
{
background-color: #8ECCEE;
}
.BgClassName
{
background-color: #8ECCEE;
}
</style>
border-color css
<style>
span { border-color: #8ECCEE; }
span { border-color: rgb(142,204,238); }
td.TdClassName
{
border-color: #8ECCEE;
}
.TagClassName
{
border-color: #8ECCEE;
}
</style>