Shades of Cornflower #8ECBEB
Tints of Cornflower #8ECBEB
RGB
CMYK
RGB Variations
Color information
#8ECBEB (or 0x8ECBEB) is known color: Cornflower. HEX triplet: 8E, CB and EB. RGB value is (142,203,235). Sum of RGB (Red+Green+Blue) = 142+203+235=580 (76% of max value = 765). Red value is 142 (55.86% from 255 or 24.48% from 580); Green value is 203 (79.69% from 255 or 35% from 580); Blue value is 235 (92.19% from 255 or 40.52% from 580); Max value from RGB is 235 - color contains mainly: blue. Hex color #8ECBEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8ECBEB is #713414. Grayscale: #BCBCBC. Windows color (decimal): -7418901 or 15453070. OLE color: 15453070.
HSL color Cylindrical-coordinate representation of color #8ECBEB: hue angle of 200.65º degrees, saturation: 0.7, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8ECBEB is Cyan = 0.40, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 142 | 203 | 235 | - |
| CMYK | 0.40 | 0.14 | 0 | 0.08 |
| HSL | 200.65º | 0.7% | 0.74% | - |
| HSV(B) | 200.65º | 0.4% | 0.92% | - |
| XYZ | 47.51 | 54.46 | 86.61 | - |
| YUV | 188.41 | 154.29 | 94.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 203 | 235 | 0.40 | 0.14 | 0 | 0.08 | 200.65 | 0.7 | 0.74 |
| Hex | 8E | CB | EB | 28 | E | 0 | 8 | C9 | 46 | 4A |
| Octal | 216 | 313 | 353 | 50 | 16 | 0 | 10 | 311 | 106 | 112 |
| Binary | 10001110 | 11001011 | 11101011 | 101000 | 1110 | 0 | 1000 | 11001001 | 1000110 | 1001010 |
Color Harmonies of #8ECBEB
Complementary color
Monochromatic Colors of #8ECBEB
Black with #8ECBEB
Text Example
Text Example
White with #8ECBEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ECBEB; }
p { color: rgb(142,203,235); }
H1.HeaderClassName
{
color: #8ECBEB;
}
.AnyTagClassName
{
color: #8ECBEB;
}
</style>
background-color css
<style>
a { background-color: #8ECBEB; }
a { background-color: rgb(142,203,235); }
div.DivClassName
{
background-color: #8ECBEB;
}
.BgClassName
{
background-color: #8ECBEB;
}
</style>
border-color css
<style>
span { border-color: #8ECBEB; }
span { border-color: rgb(142,203,235); }
td.TdClassName
{
border-color: #8ECBEB;
}
.TagClassName
{
border-color: #8ECBEB;
}
</style>