Shades of Cornflower #8EC3DB
Tints of Cornflower #8EC3DB
RGB
CMYK
RGB Variations
Color information
#8EC3DB (or 0x8EC3DB) is known color: Cornflower. HEX triplet: 8E, C3 and DB. RGB value is (142,195,219). Sum of RGB (Red+Green+Blue) = 142+195+219=556 (73% of max value = 765). Red value is 142 (55.86% from 255 or 25.54% from 556); Green value is 195 (76.56% from 255 or 35.07% from 556); Blue value is 219 (85.94% from 255 or 39.39% from 556); Max value from RGB is 219 - color contains mainly: blue. Hex color #8EC3DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8EC3DB is #713C24. Grayscale: #B5B5B5. Windows color (decimal): -7420965 or 14402446. OLE color: 14402446.
HSL color Cylindrical-coordinate representation of color #8EC3DB: hue angle of 198.7º degrees, saturation: 0.52, 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 #8EC3DB is Cyan = 0.35, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 142 | 195 | 219 | - |
| CMYK | 0.35 | 0.11 | 0 | 0.14 |
| HSL | 198.7º | 0.52% | 0.71% | - |
| HSV(B) | 198.7º | 0.35% | 0.86% | - |
| XYZ | 43.46 | 49.9 | 74.36 | - |
| YUV | 181.89 | 148.94 | 99.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 195 | 219 | 0.35 | 0.11 | 0 | 0.14 | 198.7 | 0.52 | 0.71 |
| Hex | 8E | C3 | DB | 23 | B | 0 | E | C7 | 34 | 47 |
| Octal | 216 | 303 | 333 | 43 | 13 | 0 | 16 | 307 | 64 | 107 |
| Binary | 10001110 | 11000011 | 11011011 | 100011 | 1011 | 0 | 1110 | 11000111 | 110100 | 1000111 |
Color Harmonies of #8EC3DB
Complementary color
Monochromatic Colors of #8EC3DB
Black with #8EC3DB
Text Example
Text Example
White with #8EC3DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EC3DB; }
p { color: rgb(142,195,219); }
H1.HeaderClassName
{
color: #8EC3DB;
}
.AnyTagClassName
{
color: #8EC3DB;
}
</style>
background-color css
<style>
a { background-color: #8EC3DB; }
a { background-color: rgb(142,195,219); }
div.DivClassName
{
background-color: #8EC3DB;
}
.BgClassName
{
background-color: #8EC3DB;
}
</style>
border-color css
<style>
span { border-color: #8EC3DB; }
span { border-color: rgb(142,195,219); }
td.TdClassName
{
border-color: #8EC3DB;
}
.TagClassName
{
border-color: #8EC3DB;
}
</style>