Shades of Cornflower #8ABAED
Tints of Cornflower #8ABAED
RGB
CMYK
RGB Variations
Color information
#8ABAED (or 0x8ABAED) is known color: Cornflower. HEX triplet: 8A, BA and ED. RGB value is (138,186,237). Sum of RGB (Red+Green+Blue) = 138+186+237=561 (74% of max value = 765). Red value is 138 (54.30% from 255 or 24.60% from 561); Green value is 186 (73.05% from 255 or 33.16% from 561); Blue value is 237 (92.97% from 255 or 42.25% from 561); Max value from RGB is 237 - color contains mainly: blue. Hex color #8ABAED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8ABAED is #754512. Grayscale: #B1B1B1. Windows color (decimal): -7685395 or 15579786. OLE color: 15579786.
HSL color Cylindrical-coordinate representation of color #8ABAED: hue angle of 210.91º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8ABAED is Cyan = 0.42, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 138 | 186 | 237 | - |
| CMYK | 0.42 | 0.22 | 0 | 0.07 |
| HSL | 210.91º | 0.73% | 0.74% | - |
| HSV(B) | 210.91º | 0.42% | 0.93% | - |
| XYZ | 43.33 | 46.64 | 86.84 | - |
| YUV | 177.46 | 161.6 | 99.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 186 | 237 | 0.42 | 0.22 | 0 | 0.07 | 210.91 | 0.73 | 0.74 |
| Hex | 8A | BA | ED | 2A | 16 | 0 | 7 | D3 | 49 | 4A |
| Octal | 212 | 272 | 355 | 52 | 26 | 0 | 7 | 323 | 111 | 112 |
| Binary | 10001010 | 10111010 | 11101101 | 101010 | 10110 | 0 | 111 | 11010011 | 1001001 | 1001010 |
Color Harmonies of #8ABAED
Complementary color
Monochromatic Colors of #8ABAED
Black with #8ABAED
Text Example
Text Example
White with #8ABAED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ABAED; }
p { color: rgb(138,186,237); }
H1.HeaderClassName
{
color: #8ABAED;
}
.AnyTagClassName
{
color: #8ABAED;
}
</style>
background-color css
<style>
a { background-color: #8ABAED; }
a { background-color: rgb(138,186,237); }
div.DivClassName
{
background-color: #8ABAED;
}
.BgClassName
{
background-color: #8ABAED;
}
</style>
border-color css
<style>
span { border-color: #8ABAED; }
span { border-color: rgb(138,186,237); }
td.TdClassName
{
border-color: #8ABAED;
}
.TagClassName
{
border-color: #8ABAED;
}
</style>