Shades of Cornflower #8ABAE9
Tints of Cornflower #8ABAE9
RGB
CMYK
RGB Variations
Color information
#8ABAE9 (or 0x8ABAE9) is known color: Cornflower. HEX triplet: 8A, BA and E9. RGB value is (138,186,233). Sum of RGB (Red+Green+Blue) = 138+186+233=557 (73% of max value = 765). Red value is 138 (54.30% from 255 or 24.78% from 557); Green value is 186 (73.05% from 255 or 33.39% from 557); Blue value is 233 (91.41% from 255 or 41.83% from 557); Max value from RGB is 233 - color contains mainly: blue. Hex color #8ABAE9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8ABAE9 is #754516. Grayscale: #B0B0B0. Windows color (decimal): -7685399 or 15317642. OLE color: 15317642.
HSL color Cylindrical-coordinate representation of color #8ABAE9: hue angle of 209.68º degrees, saturation: 0.68, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8ABAE9 is Cyan = 0.41, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 138 | 186 | 233 | - |
| CMYK | 0.41 | 0.20 | 0 | 0.09 |
| HSL | 209.68º | 0.68% | 0.73% | - |
| HSV(B) | 209.68º | 0.41% | 0.91% | - |
| XYZ | 42.75 | 46.4 | 83.79 | - |
| YUV | 177.01 | 159.6 | 100.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 186 | 233 | 0.41 | 0.20 | 0 | 0.09 | 209.68 | 0.68 | 0.73 |
| Hex | 8A | BA | E9 | 29 | 14 | 0 | 9 | D2 | 44 | 49 |
| Octal | 212 | 272 | 351 | 51 | 24 | 0 | 11 | 322 | 104 | 111 |
| Binary | 10001010 | 10111010 | 11101001 | 101001 | 10100 | 0 | 1001 | 11010010 | 1000100 | 1001001 |
Color Harmonies of #8ABAE9
Complementary color
Monochromatic Colors of #8ABAE9
Black with #8ABAE9
Text Example
Text Example
White with #8ABAE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ABAE9; }
p { color: rgb(138,186,233); }
H1.HeaderClassName
{
color: #8ABAE9;
}
.AnyTagClassName
{
color: #8ABAE9;
}
</style>
background-color css
<style>
a { background-color: #8ABAE9; }
a { background-color: rgb(138,186,233); }
div.DivClassName
{
background-color: #8ABAE9;
}
.BgClassName
{
background-color: #8ABAE9;
}
</style>
border-color css
<style>
span { border-color: #8ABAE9; }
span { border-color: rgb(138,186,233); }
td.TdClassName
{
border-color: #8ABAE9;
}
.TagClassName
{
border-color: #8ABAE9;
}
</style>