Shades of Cornflower #8EC3DC
Tints of Cornflower #8EC3DC
RGB
CMYK
RGB Variations
Color information
#8EC3DC (or 0x8EC3DC) is known color: Cornflower. HEX triplet: 8E, C3 and DC. RGB value is (142,195,220). Sum of RGB (Red+Green+Blue) = 142+195+220=557 (73% of max value = 765). Red value is 142 (55.86% from 255 or 25.49% from 557); Green value is 195 (76.56% from 255 or 35.01% from 557); Blue value is 220 (86.33% from 255 or 39.50% from 557); Max value from RGB is 220 - color contains mainly: blue. Hex color #8EC3DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8EC3DC is #713C23. Grayscale: #B5B5B5. Windows color (decimal): -7420964 or 14467982. OLE color: 14467982.
HSL color Cylindrical-coordinate representation of color #8EC3DC: hue angle of 199.23º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8EC3DC is Cyan = 0.35, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 142 | 195 | 220 | - |
| CMYK | 0.35 | 0.11 | 0 | 0.14 |
| HSL | 199.23º | 0.53% | 0.71% | - |
| HSV(B) | 199.23º | 0.35% | 0.86% | - |
| XYZ | 43.59 | 49.95 | 75.05 | - |
| YUV | 182 | 149.44 | 99.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 195 | 220 | 0.35 | 0.11 | 0 | 0.14 | 199.23 | 0.53 | 0.71 |
| Hex | 8E | C3 | DC | 23 | B | 0 | E | C7 | 35 | 47 |
| Octal | 216 | 303 | 334 | 43 | 13 | 0 | 16 | 307 | 65 | 107 |
| Binary | 10001110 | 11000011 | 11011100 | 100011 | 1011 | 0 | 1110 | 11000111 | 110101 | 1000111 |
Color Harmonies of #8EC3DC
Complementary color
Monochromatic Colors of #8EC3DC
Black with #8EC3DC
Text Example
Text Example
White with #8EC3DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EC3DC; }
p { color: rgb(142,195,220); }
H1.HeaderClassName
{
color: #8EC3DC;
}
.AnyTagClassName
{
color: #8EC3DC;
}
</style>
background-color css
<style>
a { background-color: #8EC3DC; }
a { background-color: rgb(142,195,220); }
div.DivClassName
{
background-color: #8EC3DC;
}
.BgClassName
{
background-color: #8EC3DC;
}
</style>
border-color css
<style>
span { border-color: #8EC3DC; }
span { border-color: rgb(142,195,220); }
td.TdClassName
{
border-color: #8EC3DC;
}
.TagClassName
{
border-color: #8EC3DC;
}
</style>