Shades of Cornflower #8ABEDA
Tints of Cornflower #8ABEDA
RGB
CMYK
RGB Variations
Color information
#8ABEDA (or 0x8ABEDA) is known color: Cornflower. HEX triplet: 8A, BE and DA. RGB value is (138,190,218). Sum of RGB (Red+Green+Blue) = 138+190+218=546 (72% of max value = 765). Red value is 138 (54.30% from 255 or 25.27% from 546); Green value is 190 (74.61% from 255 or 34.80% from 546); Blue value is 218 (85.55% from 255 or 39.93% from 546); Max value from RGB is 218 - color contains mainly: blue. Hex color #8ABEDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ABEDA is #754125. Grayscale: #B1B1B1. Windows color (decimal): -7684390 or 14335626. OLE color: 14335626.
HSL color Cylindrical-coordinate representation of color #8ABEDA: hue angle of 201º degrees, saturation: 0.52, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8ABEDA is Cyan = 0.37, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 138 | 190 | 218 | - |
| CMYK | 0.37 | 0.13 | 0 | 0.15 |
| HSL | 201º | 0.52% | 0.7% | - |
| HSV(B) | 201º | 0.37% | 0.85% | - |
| XYZ | 41.55 | 47.29 | 73.27 | - |
| YUV | 177.64 | 150.77 | 99.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 190 | 218 | 0.37 | 0.13 | 0 | 0.15 | 201 | 0.52 | 0.7 |
| Hex | 8A | BE | DA | 25 | D | 0 | F | C9 | 34 | 46 |
| Octal | 212 | 276 | 332 | 45 | 15 | 0 | 17 | 311 | 64 | 106 |
| Binary | 10001010 | 10111110 | 11011010 | 100101 | 1101 | 0 | 1111 | 11001001 | 110100 | 1000110 |
Color Harmonies of #8ABEDA
Complementary color
Monochromatic Colors of #8ABEDA
Black with #8ABEDA
Text Example
Text Example
White with #8ABEDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ABEDA; }
p { color: rgb(138,190,218); }
H1.HeaderClassName
{
color: #8ABEDA;
}
.AnyTagClassName
{
color: #8ABEDA;
}
</style>
background-color css
<style>
a { background-color: #8ABEDA; }
a { background-color: rgb(138,190,218); }
div.DivClassName
{
background-color: #8ABEDA;
}
.BgClassName
{
background-color: #8ABEDA;
}
</style>
border-color css
<style>
span { border-color: #8ABEDA; }
span { border-color: rgb(138,190,218); }
td.TdClassName
{
border-color: #8ABEDA;
}
.TagClassName
{
border-color: #8ABEDA;
}
</style>