Shades of Cornflower #8ABCEA
Tints of Cornflower #8ABCEA
RGB
CMYK
RGB Variations
Color information
#8ABCEA (or 0x8ABCEA) is known color: Cornflower. HEX triplet: 8A, BC and EA. RGB value is (138,188,234). Sum of RGB (Red+Green+Blue) = 138+188+234=560 (74% of max value = 765). Red value is 138 (54.30% from 255 or 24.64% from 560); Green value is 188 (73.83% from 255 or 33.57% from 560); Blue value is 234 (91.80% from 255 or 41.79% from 560); Max value from RGB is 234 - color contains mainly: blue. Hex color #8ABCEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8ABCEA is #754315. Grayscale: #B2B2B2. Windows color (decimal): -7684886 or 15383690. OLE color: 15383690.
HSL color Cylindrical-coordinate representation of color #8ABCEA: hue angle of 208.75º degrees, saturation: 0.7, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8ABCEA is Cyan = 0.41, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 138 | 188 | 234 | - |
| CMYK | 0.41 | 0.20 | 0 | 0.08 |
| HSL | 208.75º | 0.7% | 0.73% | - |
| HSV(B) | 208.75º | 0.41% | 0.92% | - |
| XYZ | 43.32 | 47.31 | 84.69 | - |
| YUV | 178.29 | 159.44 | 99.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 188 | 234 | 0.41 | 0.20 | 0 | 0.08 | 208.75 | 0.7 | 0.73 |
| Hex | 8A | BC | EA | 29 | 14 | 0 | 8 | D1 | 46 | 49 |
| Octal | 212 | 274 | 352 | 51 | 24 | 0 | 10 | 321 | 106 | 111 |
| Binary | 10001010 | 10111100 | 11101010 | 101001 | 10100 | 0 | 1000 | 11010001 | 1000110 | 1001001 |
Color Harmonies of #8ABCEA
Complementary color
Monochromatic Colors of #8ABCEA
Black with #8ABCEA
Text Example
Text Example
White with #8ABCEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ABCEA; }
p { color: rgb(138,188,234); }
H1.HeaderClassName
{
color: #8ABCEA;
}
.AnyTagClassName
{
color: #8ABCEA;
}
</style>
background-color css
<style>
a { background-color: #8ABCEA; }
a { background-color: rgb(138,188,234); }
div.DivClassName
{
background-color: #8ABCEA;
}
.BgClassName
{
background-color: #8ABCEA;
}
</style>
border-color css
<style>
span { border-color: #8ABCEA; }
span { border-color: rgb(138,188,234); }
td.TdClassName
{
border-color: #8ABCEA;
}
.TagClassName
{
border-color: #8ABCEA;
}
</style>