Shades of Cornflower #8ABAE6
Tints of Cornflower #8ABAE6
RGB
CMYK
RGB Variations
Color information
#8ABAE6 (or 0x8ABAE6) is known color: Cornflower. HEX triplet: 8A, BA and E6. RGB value is (138,186,230). Sum of RGB (Red+Green+Blue) = 138+186+230=554 (73% of max value = 765). Red value is 138 (54.30% from 255 or 24.91% from 554); Green value is 186 (73.05% from 255 or 33.57% from 554); Blue value is 230 (90.23% from 255 or 41.52% from 554); Max value from RGB is 230 - color contains mainly: blue. Hex color #8ABAE6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8ABAE6 is #754519. Grayscale: #B0B0B0. Windows color (decimal): -7685402 or 15121034. OLE color: 15121034.
HSL color Cylindrical-coordinate representation of color #8ABAE6: hue angle of 208.7º degrees, saturation: 0.65, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8ABAE6 is Cyan = 0.4, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 138 | 186 | 230 | - |
| CMYK | 0.4 | 0.19 | 0 | 0.10 |
| HSL | 208.7º | 0.65% | 0.72% | - |
| HSV(B) | 208.7º | 0.4% | 0.9% | - |
| XYZ | 42.32 | 46.23 | 81.56 | - |
| YUV | 176.66 | 158.1 | 100.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 186 | 230 | 0.4 | 0.19 | 0 | 0.10 | 208.7 | 0.65 | 0.72 |
| Hex | 8A | BA | E6 | 28 | 13 | 0 | A | D1 | 41 | 48 |
| Octal | 212 | 272 | 346 | 50 | 23 | 0 | 12 | 321 | 101 | 110 |
| Binary | 10001010 | 10111010 | 11100110 | 101000 | 10011 | 0 | 1010 | 11010001 | 1000001 | 1001000 |
Color Harmonies of #8ABAE6
Complementary color
Monochromatic Colors of #8ABAE6
Black with #8ABAE6
Text Example
Text Example
White with #8ABAE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ABAE6; }
p { color: rgb(138,186,230); }
H1.HeaderClassName
{
color: #8ABAE6;
}
.AnyTagClassName
{
color: #8ABAE6;
}
</style>
background-color css
<style>
a { background-color: #8ABAE6; }
a { background-color: rgb(138,186,230); }
div.DivClassName
{
background-color: #8ABAE6;
}
.BgClassName
{
background-color: #8ABAE6;
}
</style>
border-color css
<style>
span { border-color: #8ABAE6; }
span { border-color: rgb(138,186,230); }
td.TdClassName
{
border-color: #8ABAE6;
}
.TagClassName
{
border-color: #8ABAE6;
}
</style>