Shades of Cornflower #8ABBE0
Tints of Cornflower #8ABBE0
RGB
CMYK
RGB Variations
Color information
#8ABBE0 (or 0x8ABBE0) is known color: Cornflower. HEX triplet: 8A, BB and E0. RGB value is (138,187,224). Sum of RGB (Red+Green+Blue) = 138+187+224=549 (72% of max value = 765). Red value is 138 (54.30% from 255 or 25.14% from 549); Green value is 187 (73.44% from 255 or 34.06% from 549); Blue value is 224 (87.89% from 255 or 40.80% from 549); Max value from RGB is 224 - color contains mainly: blue. Hex color #8ABBE0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ABBE0 is #75441F. Grayscale: #B0B0B0. Windows color (decimal): -7685152 or 14728074. OLE color: 14728074.
HSL color Cylindrical-coordinate representation of color #8ABBE0: hue angle of 205.81º degrees, saturation: 0.58, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8ABBE0 is Cyan = 0.38, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 138 | 187 | 224 | - |
| CMYK | 0.38 | 0.17 | 0 | 0.12 |
| HSL | 205.81º | 0.58% | 0.71% | - |
| HSV(B) | 205.81º | 0.38% | 0.88% | - |
| XYZ | 41.71 | 46.33 | 77.26 | - |
| YUV | 176.57 | 154.77 | 100.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 187 | 224 | 0.38 | 0.17 | 0 | 0.12 | 205.81 | 0.58 | 0.71 |
| Hex | 8A | BB | E0 | 26 | 11 | 0 | C | CE | 3A | 47 |
| Octal | 212 | 273 | 340 | 46 | 21 | 0 | 14 | 316 | 72 | 107 |
| Binary | 10001010 | 10111011 | 11100000 | 100110 | 10001 | 0 | 1100 | 11001110 | 111010 | 1000111 |
Color Harmonies of #8ABBE0
Complementary color
Monochromatic Colors of #8ABBE0
Black with #8ABBE0
Text Example
Text Example
White with #8ABBE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ABBE0; }
p { color: rgb(138,187,224); }
H1.HeaderClassName
{
color: #8ABBE0;
}
.AnyTagClassName
{
color: #8ABBE0;
}
</style>
background-color css
<style>
a { background-color: #8ABBE0; }
a { background-color: rgb(138,187,224); }
div.DivClassName
{
background-color: #8ABBE0;
}
.BgClassName
{
background-color: #8ABBE0;
}
</style>
border-color css
<style>
span { border-color: #8ABBE0; }
span { border-color: rgb(138,187,224); }
td.TdClassName
{
border-color: #8ABBE0;
}
.TagClassName
{
border-color: #8ABBE0;
}
</style>