Shades of Cornflower #8ABEE5
Tints of Cornflower #8ABEE5
RGB
CMYK
RGB Variations
Color information
#8ABEE5 (or 0x8ABEE5) is known color: Cornflower. HEX triplet: 8A, BE and E5. RGB value is (138,190,229). Sum of RGB (Red+Green+Blue) = 138+190+229=557 (73% of max value = 765). Red value is 138 (54.30% from 255 or 24.78% from 557); Green value is 190 (74.61% from 255 or 34.11% from 557); Blue value is 229 (89.84% from 255 or 41.11% from 557); Max value from RGB is 229 - color contains mainly: blue. Hex color #8ABEE5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ABEE5 is #75411A. Grayscale: #B2B2B2. Windows color (decimal): -7684379 or 15056522. OLE color: 15056522.
HSL color Cylindrical-coordinate representation of color #8ABEE5: hue angle of 205.71º degrees, saturation: 0.64, 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 #8ABEE5 is Cyan = 0.40, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 138 | 190 | 229 | - |
| CMYK | 0.40 | 0.17 | 0 | 0.10 |
| HSL | 205.71º | 0.64% | 0.72% | - |
| HSV(B) | 205.71º | 0.4% | 0.9% | - |
| XYZ | 43.04 | 47.89 | 81.1 | - |
| YUV | 178.9 | 156.27 | 98.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 190 | 229 | 0.40 | 0.17 | 0 | 0.10 | 205.71 | 0.64 | 0.72 |
| Hex | 8A | BE | E5 | 28 | 11 | 0 | A | CE | 40 | 48 |
| Octal | 212 | 276 | 345 | 50 | 21 | 0 | 12 | 316 | 100 | 110 |
| Binary | 10001010 | 10111110 | 11100101 | 101000 | 10001 | 0 | 1010 | 11001110 | 1000000 | 1001000 |
Color Harmonies of #8ABEE5
Complementary color
Monochromatic Colors of #8ABEE5
Black with #8ABEE5
Text Example
Text Example
White with #8ABEE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ABEE5; }
p { color: rgb(138,190,229); }
H1.HeaderClassName
{
color: #8ABEE5;
}
.AnyTagClassName
{
color: #8ABEE5;
}
</style>
background-color css
<style>
a { background-color: #8ABEE5; }
a { background-color: rgb(138,190,229); }
div.DivClassName
{
background-color: #8ABEE5;
}
.BgClassName
{
background-color: #8ABEE5;
}
</style>
border-color css
<style>
span { border-color: #8ABEE5; }
span { border-color: rgb(138,190,229); }
td.TdClassName
{
border-color: #8ABEE5;
}
.TagClassName
{
border-color: #8ABEE5;
}
</style>