Shades of Cornflower #8ABFE1
Tints of Cornflower #8ABFE1
RGB
CMYK
RGB Variations
Color information
#8ABFE1 (or 0x8ABFE1) is known color: Cornflower. HEX triplet: 8A, BF and E1. RGB value is (138,191,225). Sum of RGB (Red+Green+Blue) = 138+191+225=554 (73% of max value = 765). Red value is 138 (54.30% from 255 or 24.91% from 554); Green value is 191 (75% from 255 or 34.48% from 554); Blue value is 225 (88.28% from 255 or 40.61% from 554); Max value from RGB is 225 - color contains mainly: blue. Hex color #8ABFE1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ABFE1 is #75401E. Grayscale: #B2B2B2. Windows color (decimal): -7684127 or 14794634. OLE color: 14794634.
HSL color Cylindrical-coordinate representation of color #8ABFE1: hue angle of 203.45º degrees, saturation: 0.59, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8ABFE1 is Cyan = 0.39, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 138 | 191 | 225 | - |
| CMYK | 0.39 | 0.15 | 0 | 0.12 |
| HSL | 203.45º | 0.59% | 0.71% | - |
| HSV(B) | 203.45º | 0.39% | 0.88% | - |
| XYZ | 42.7 | 48.1 | 78.27 | - |
| YUV | 179.03 | 153.94 | 98.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 191 | 225 | 0.39 | 0.15 | 0 | 0.12 | 203.45 | 0.59 | 0.71 |
| Hex | 8A | BF | E1 | 27 | F | 0 | C | CB | 3B | 47 |
| Octal | 212 | 277 | 341 | 47 | 17 | 0 | 14 | 313 | 73 | 107 |
| Binary | 10001010 | 10111111 | 11100001 | 100111 | 1111 | 0 | 1100 | 11001011 | 111011 | 1000111 |
Color Harmonies of #8ABFE1
Complementary color
Monochromatic Colors of #8ABFE1
Black with #8ABFE1
Text Example
Text Example
White with #8ABFE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ABFE1; }
p { color: rgb(138,191,225); }
H1.HeaderClassName
{
color: #8ABFE1;
}
.AnyTagClassName
{
color: #8ABFE1;
}
</style>
background-color css
<style>
a { background-color: #8ABFE1; }
a { background-color: rgb(138,191,225); }
div.DivClassName
{
background-color: #8ABFE1;
}
.BgClassName
{
background-color: #8ABFE1;
}
</style>
border-color css
<style>
span { border-color: #8ABFE1; }
span { border-color: rgb(138,191,225); }
td.TdClassName
{
border-color: #8ABFE1;
}
.TagClassName
{
border-color: #8ABFE1;
}
</style>