Shades of Cornflower #8ABBE6
Tints of Cornflower #8ABBE6
RGB
CMYK
RGB Variations
Color information
#8ABBE6 (or 0x8ABBE6) is known color: Cornflower. HEX triplet: 8A, BB and E6. RGB value is (138,187,230). Sum of RGB (Red+Green+Blue) = 138+187+230=555 (73% of max value = 765). Red value is 138 (54.30% from 255 or 24.86% from 555); Green value is 187 (73.44% from 255 or 33.69% from 555); Blue value is 230 (90.23% from 255 or 41.44% from 555); Max value from RGB is 230 - color contains mainly: blue. Hex color #8ABBE6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8ABBE6 is #754419. Grayscale: #B1B1B1. Windows color (decimal): -7685146 or 15121290. OLE color: 15121290.
HSL color Cylindrical-coordinate representation of color #8ABBE6: hue angle of 208.04º 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 #8ABBE6 is Cyan = 0.4, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 138 | 187 | 230 | - |
| CMYK | 0.4 | 0.19 | 0 | 0.10 |
| HSL | 208.04º | 0.65% | 0.72% | - |
| HSV(B) | 208.04º | 0.4% | 0.9% | - |
| XYZ | 42.53 | 46.66 | 81.63 | - |
| YUV | 177.25 | 157.77 | 100 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 187 | 230 | 0.4 | 0.19 | 0 | 0.10 | 208.04 | 0.65 | 0.72 |
| Hex | 8A | BB | E6 | 28 | 13 | 0 | A | D0 | 41 | 48 |
| Octal | 212 | 273 | 346 | 50 | 23 | 0 | 12 | 320 | 101 | 110 |
| Binary | 10001010 | 10111011 | 11100110 | 101000 | 10011 | 0 | 1010 | 11010000 | 1000001 | 1001000 |
Color Harmonies of #8ABBE6
Complementary color
Monochromatic Colors of #8ABBE6
Black with #8ABBE6
Text Example
Text Example
White with #8ABBE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ABBE6; }
p { color: rgb(138,187,230); }
H1.HeaderClassName
{
color: #8ABBE6;
}
.AnyTagClassName
{
color: #8ABBE6;
}
</style>
background-color css
<style>
a { background-color: #8ABBE6; }
a { background-color: rgb(138,187,230); }
div.DivClassName
{
background-color: #8ABBE6;
}
.BgClassName
{
background-color: #8ABBE6;
}
</style>
border-color css
<style>
span { border-color: #8ABBE6; }
span { border-color: rgb(138,187,230); }
td.TdClassName
{
border-color: #8ABBE6;
}
.TagClassName
{
border-color: #8ABBE6;
}
</style>