Shades of Cornflower #8ABCE6
Tints of Cornflower #8ABCE6
RGB
CMYK
RGB Variations
Color information
#8ABCE6 (or 0x8ABCE6) is known color: Cornflower. HEX triplet: 8A, BC and E6. RGB value is (138,188,230). Sum of RGB (Red+Green+Blue) = 138+188+230=556 (73% of max value = 765). Red value is 138 (54.30% from 255 or 24.82% from 556); Green value is 188 (73.83% from 255 or 33.81% from 556); Blue value is 230 (90.23% from 255 or 41.37% from 556); Max value from RGB is 230 - color contains mainly: blue. Hex color #8ABCE6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8ABCE6 is #754319. Grayscale: #B1B1B1. Windows color (decimal): -7684890 or 15121546. OLE color: 15121546.
HSL color Cylindrical-coordinate representation of color #8ABCE6: hue angle of 207.39º 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 #8ABCE6 is Cyan = 0.4, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 138 | 188 | 230 | - |
| CMYK | 0.4 | 0.18 | 0 | 0.10 |
| HSL | 207.39º | 0.65% | 0.72% | - |
| HSV(B) | 207.39º | 0.4% | 0.9% | - |
| XYZ | 42.75 | 47.08 | 81.7 | - |
| YUV | 177.84 | 157.44 | 99.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 188 | 230 | 0.4 | 0.18 | 0 | 0.10 | 207.39 | 0.65 | 0.72 |
| Hex | 8A | BC | E6 | 28 | 12 | 0 | A | CF | 41 | 48 |
| Octal | 212 | 274 | 346 | 50 | 22 | 0 | 12 | 317 | 101 | 110 |
| Binary | 10001010 | 10111100 | 11100110 | 101000 | 10010 | 0 | 1010 | 11001111 | 1000001 | 1001000 |
Color Harmonies of #8ABCE6
Complementary color
Monochromatic Colors of #8ABCE6
Black with #8ABCE6
Text Example
Text Example
White with #8ABCE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ABCE6; }
p { color: rgb(138,188,230); }
H1.HeaderClassName
{
color: #8ABCE6;
}
.AnyTagClassName
{
color: #8ABCE6;
}
</style>
background-color css
<style>
a { background-color: #8ABCE6; }
a { background-color: rgb(138,188,230); }
div.DivClassName
{
background-color: #8ABCE6;
}
.BgClassName
{
background-color: #8ABCE6;
}
</style>
border-color css
<style>
span { border-color: #8ABCE6; }
span { border-color: rgb(138,188,230); }
td.TdClassName
{
border-color: #8ABCE6;
}
.TagClassName
{
border-color: #8ABCE6;
}
</style>