Shades of Cornflower #8ABBE8
Tints of Cornflower #8ABBE8
RGB
CMYK
RGB Variations
Color information
#8ABBE8 (or 0x8ABBE8) is known color: Cornflower. HEX triplet: 8A, BB and E8. RGB value is (138,187,232). Sum of RGB (Red+Green+Blue) = 138+187+232=557 (73% of max value = 765). Red value is 138 (54.30% from 255 or 24.78% from 557); Green value is 187 (73.44% from 255 or 33.57% from 557); Blue value is 232 (91.02% from 255 or 41.65% from 557); Max value from RGB is 232 - color contains mainly: blue. Hex color #8ABBE8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8ABBE8 is #754417. Grayscale: #B1B1B1. Windows color (decimal): -7685144 or 15252362. OLE color: 15252362.
HSL color Cylindrical-coordinate representation of color #8ABBE8: hue angle of 208.72º degrees, saturation: 0.67, 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 #8ABBE8 is Cyan = 0.41, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 138 | 187 | 232 | - |
| CMYK | 0.41 | 0.19 | 0 | 0.09 |
| HSL | 208.72º | 0.67% | 0.73% | - |
| HSV(B) | 208.72º | 0.41% | 0.91% | - |
| XYZ | 42.82 | 46.77 | 83.11 | - |
| YUV | 177.48 | 158.77 | 99.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 187 | 232 | 0.41 | 0.19 | 0 | 0.09 | 208.72 | 0.67 | 0.73 |
| Hex | 8A | BB | E8 | 29 | 13 | 0 | 9 | D1 | 43 | 49 |
| Octal | 212 | 273 | 350 | 51 | 23 | 0 | 11 | 321 | 103 | 111 |
| Binary | 10001010 | 10111011 | 11101000 | 101001 | 10011 | 0 | 1001 | 11010001 | 1000011 | 1001001 |
Color Harmonies of #8ABBE8
Complementary color
Monochromatic Colors of #8ABBE8
Black with #8ABBE8
Text Example
Text Example
White with #8ABBE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ABBE8; }
p { color: rgb(138,187,232); }
H1.HeaderClassName
{
color: #8ABBE8;
}
.AnyTagClassName
{
color: #8ABBE8;
}
</style>
background-color css
<style>
a { background-color: #8ABBE8; }
a { background-color: rgb(138,187,232); }
div.DivClassName
{
background-color: #8ABBE8;
}
.BgClassName
{
background-color: #8ABBE8;
}
</style>
border-color css
<style>
span { border-color: #8ABBE8; }
span { border-color: rgb(138,187,232); }
td.TdClassName
{
border-color: #8ABBE8;
}
.TagClassName
{
border-color: #8ABBE8;
}
</style>