Shades of Cornflower #8ABAEC
Tints of Cornflower #8ABAEC
RGB
CMYK
RGB Variations
Color information
#8ABAEC (or 0x8ABAEC) is known color: Cornflower. HEX triplet: 8A, BA and EC. RGB value is (138,186,236). Sum of RGB (Red+Green+Blue) = 138+186+236=560 (74% of max value = 765). Red value is 138 (54.30% from 255 or 24.64% from 560); Green value is 186 (73.05% from 255 or 33.21% from 560); Blue value is 236 (92.58% from 255 or 42.14% from 560); Max value from RGB is 236 - color contains mainly: blue. Hex color #8ABAEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8ABAEC is #754513. Grayscale: #B1B1B1. Windows color (decimal): -7685396 or 15514250. OLE color: 15514250.
HSL color Cylindrical-coordinate representation of color #8ABAEC: hue angle of 210.61º 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 #8ABAEC is Cyan = 0.42, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 138 | 186 | 236 | - |
| CMYK | 0.42 | 0.21 | 0 | 0.07 |
| HSL | 210.61º | 0.72% | 0.73% | - |
| HSV(B) | 210.61º | 0.42% | 0.93% | - |
| XYZ | 43.18 | 46.58 | 86.07 | - |
| YUV | 177.35 | 161.1 | 99.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 186 | 236 | 0.42 | 0.21 | 0 | 0.07 | 210.61 | 0.72 | 0.73 |
| Hex | 8A | BA | EC | 2A | 15 | 0 | 7 | D3 | 48 | 49 |
| Octal | 212 | 272 | 354 | 52 | 25 | 0 | 7 | 323 | 110 | 111 |
| Binary | 10001010 | 10111010 | 11101100 | 101010 | 10101 | 0 | 111 | 11010011 | 1001000 | 1001001 |
Color Harmonies of #8ABAEC
Complementary color
Monochromatic Colors of #8ABAEC
Black with #8ABAEC
Text Example
Text Example
White with #8ABAEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ABAEC; }
p { color: rgb(138,186,236); }
H1.HeaderClassName
{
color: #8ABAEC;
}
.AnyTagClassName
{
color: #8ABAEC;
}
</style>
background-color css
<style>
a { background-color: #8ABAEC; }
a { background-color: rgb(138,186,236); }
div.DivClassName
{
background-color: #8ABAEC;
}
.BgClassName
{
background-color: #8ABAEC;
}
</style>
border-color css
<style>
span { border-color: #8ABAEC; }
span { border-color: rgb(138,186,236); }
td.TdClassName
{
border-color: #8ABAEC;
}
.TagClassName
{
border-color: #8ABAEC;
}
</style>