Shades of Cornflower #8ECBEE
Tints of Cornflower #8ECBEE
RGB
CMYK
RGB Variations
Color information
#8ECBEE (or 0x8ECBEE) is known color: Cornflower. HEX triplet: 8E, CB and EE. RGB value is (142,203,238). Sum of RGB (Red+Green+Blue) = 142+203+238=583 (77% of max value = 765). Red value is 142 (55.86% from 255 or 24.36% from 583); Green value is 203 (79.69% from 255 or 34.82% from 583); Blue value is 238 (93.36% from 255 or 40.82% from 583); Max value from RGB is 238 - color contains mainly: blue. Hex color #8ECBEE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8ECBEE is #713411. Grayscale: #BCBCBC. Windows color (decimal): -7418898 or 15649678. OLE color: 15649678.
HSL color Cylindrical-coordinate representation of color #8ECBEE: hue angle of 201.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 #8ECBEE is Cyan = 0.40, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 142 | 203 | 238 | - |
| CMYK | 0.40 | 0.15 | 0 | 0.07 |
| HSL | 201.88º | 0.74% | 0.75% | - |
| HSV(B) | 201.88º | 0.4% | 0.93% | - |
| XYZ | 47.94 | 54.64 | 88.91 | - |
| YUV | 188.75 | 155.79 | 94.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 203 | 238 | 0.40 | 0.15 | 0 | 0.07 | 201.88 | 0.74 | 0.75 |
| Hex | 8E | CB | EE | 28 | F | 0 | 7 | CA | 4A | 4B |
| Octal | 216 | 313 | 356 | 50 | 17 | 0 | 7 | 312 | 112 | 113 |
| Binary | 10001110 | 11001011 | 11101110 | 101000 | 1111 | 0 | 111 | 11001010 | 1001010 | 1001011 |
Color Harmonies of #8ECBEE
Complementary color
Monochromatic Colors of #8ECBEE
Black with #8ECBEE
Text Example
Text Example
White with #8ECBEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ECBEE; }
p { color: rgb(142,203,238); }
H1.HeaderClassName
{
color: #8ECBEE;
}
.AnyTagClassName
{
color: #8ECBEE;
}
</style>
background-color css
<style>
a { background-color: #8ECBEE; }
a { background-color: rgb(142,203,238); }
div.DivClassName
{
background-color: #8ECBEE;
}
.BgClassName
{
background-color: #8ECBEE;
}
</style>
border-color css
<style>
span { border-color: #8ECBEE; }
span { border-color: rgb(142,203,238); }
td.TdClassName
{
border-color: #8ECBEE;
}
.TagClassName
{
border-color: #8ECBEE;
}
</style>