Shades of Cornflower #8AC0EC
Tints of Cornflower #8AC0EC
RGB
CMYK
RGB Variations
Color information
#8AC0EC (or 0x8AC0EC) is known color: Cornflower. HEX triplet: 8A, C0 and EC. RGB value is (138,192,236). Sum of RGB (Red+Green+Blue) = 138+192+236=566 (74% of max value = 765). Red value is 138 (54.30% from 255 or 24.38% from 566); Green value is 192 (75.39% from 255 or 33.92% from 566); Blue value is 236 (92.58% from 255 or 41.70% from 566); Max value from RGB is 236 - color contains mainly: blue. Hex color #8AC0EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8AC0EC is #753F13. Grayscale: #B4B4B4. Windows color (decimal): -7683860 or 15515786. OLE color: 15515786.
HSL color Cylindrical-coordinate representation of color #8AC0EC: hue angle of 206.94º degrees, saturation: 0.72, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8AC0EC is Cyan = 0.42, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 138 | 192 | 236 | - |
| CMYK | 0.42 | 0.19 | 0 | 0.07 |
| HSL | 206.94º | 0.72% | 0.73% | - |
| HSV(B) | 206.94º | 0.42% | 0.93% | - |
| XYZ | 44.47 | 49.16 | 86.5 | - |
| YUV | 180.87 | 159.11 | 97.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 192 | 236 | 0.42 | 0.19 | 0 | 0.07 | 206.94 | 0.72 | 0.73 |
| Hex | 8A | C0 | EC | 2A | 13 | 0 | 7 | CF | 48 | 49 |
| Octal | 212 | 300 | 354 | 52 | 23 | 0 | 7 | 317 | 110 | 111 |
| Binary | 10001010 | 11000000 | 11101100 | 101010 | 10011 | 0 | 111 | 11001111 | 1001000 | 1001001 |
Color Harmonies of #8AC0EC
Complementary color
Monochromatic Colors of #8AC0EC
Black with #8AC0EC
Text Example
Text Example
White with #8AC0EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AC0EC; }
p { color: rgb(138,192,236); }
H1.HeaderClassName
{
color: #8AC0EC;
}
.AnyTagClassName
{
color: #8AC0EC;
}
</style>
background-color css
<style>
a { background-color: #8AC0EC; }
a { background-color: rgb(138,192,236); }
div.DivClassName
{
background-color: #8AC0EC;
}
.BgClassName
{
background-color: #8AC0EC;
}
</style>
border-color css
<style>
span { border-color: #8AC0EC; }
span { border-color: rgb(138,192,236); }
td.TdClassName
{
border-color: #8AC0EC;
}
.TagClassName
{
border-color: #8AC0EC;
}
</style>