Shades of Cornflower #8ABEDD
Tints of Cornflower #8ABEDD
RGB
CMYK
RGB Variations
Color information
#8ABEDD (or 0x8ABEDD) is known color: Cornflower. HEX triplet: 8A, BE and DD. RGB value is (138,190,221). Sum of RGB (Red+Green+Blue) = 138+190+221=549 (72% of max value = 765). Red value is 138 (54.30% from 255 or 25.14% from 549); Green value is 190 (74.61% from 255 or 34.61% from 549); Blue value is 221 (86.72% from 255 or 40.26% from 549); Max value from RGB is 221 - color contains mainly: blue. Hex color #8ABEDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ABEDD is #754122. Grayscale: #B1B1B1. Windows color (decimal): -7684387 or 14532234. OLE color: 14532234.
HSL color Cylindrical-coordinate representation of color #8ABEDD: hue angle of 202.41º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8ABEDD is Cyan = 0.38, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 138 | 190 | 221 | - |
| CMYK | 0.38 | 0.14 | 0 | 0.13 |
| HSL | 202.41º | 0.55% | 0.7% | - |
| HSV(B) | 202.41º | 0.38% | 0.87% | - |
| XYZ | 41.95 | 47.45 | 75.35 | - |
| YUV | 177.99 | 152.27 | 99.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 190 | 221 | 0.38 | 0.14 | 0 | 0.13 | 202.41 | 0.55 | 0.7 |
| Hex | 8A | BE | DD | 26 | E | 0 | D | CA | 37 | 46 |
| Octal | 212 | 276 | 335 | 46 | 16 | 0 | 15 | 312 | 67 | 106 |
| Binary | 10001010 | 10111110 | 11011101 | 100110 | 1110 | 0 | 1101 | 11001010 | 110111 | 1000110 |
Color Harmonies of #8ABEDD
Complementary color
Monochromatic Colors of #8ABEDD
Black with #8ABEDD
Text Example
Text Example
White with #8ABEDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ABEDD; }
p { color: rgb(138,190,221); }
H1.HeaderClassName
{
color: #8ABEDD;
}
.AnyTagClassName
{
color: #8ABEDD;
}
</style>
background-color css
<style>
a { background-color: #8ABEDD; }
a { background-color: rgb(138,190,221); }
div.DivClassName
{
background-color: #8ABEDD;
}
.BgClassName
{
background-color: #8ABEDD;
}
</style>
border-color css
<style>
span { border-color: #8ABEDD; }
span { border-color: rgb(138,190,221); }
td.TdClassName
{
border-color: #8ABEDD;
}
.TagClassName
{
border-color: #8ABEDD;
}
</style>