Shades of Cornflower #8ABFDC
Tints of Cornflower #8ABFDC
RGB
CMYK
RGB Variations
Color information
#8ABFDC (or 0x8ABFDC) is known color: Cornflower. HEX triplet: 8A, BF and DC. RGB value is (138,191,220). Sum of RGB (Red+Green+Blue) = 138+191+220=549 (72% of max value = 765). Red value is 138 (54.30% from 255 or 25.14% from 549); Green value is 191 (75% from 255 or 34.79% from 549); Blue value is 220 (86.33% from 255 or 40.07% from 549); Max value from RGB is 220 - color contains mainly: blue. Hex color #8ABFDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ABFDC is #754023. Grayscale: #B2B2B2. Windows color (decimal): -7684132 or 14466954. OLE color: 14466954.
HSL color Cylindrical-coordinate representation of color #8ABFDC: hue angle of 201.22º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8ABFDC is Cyan = 0.37, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 138 | 191 | 220 | - |
| CMYK | 0.37 | 0.13 | 0 | 0.14 |
| HSL | 201.22º | 0.54% | 0.7% | - |
| HSV(B) | 201.22º | 0.37% | 0.86% | - |
| XYZ | 42.03 | 47.83 | 74.73 | - |
| YUV | 178.46 | 151.44 | 99.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 191 | 220 | 0.37 | 0.13 | 0 | 0.14 | 201.22 | 0.54 | 0.7 |
| Hex | 8A | BF | DC | 25 | D | 0 | E | C9 | 36 | 46 |
| Octal | 212 | 277 | 334 | 45 | 15 | 0 | 16 | 311 | 66 | 106 |
| Binary | 10001010 | 10111111 | 11011100 | 100101 | 1101 | 0 | 1110 | 11001001 | 110110 | 1000110 |
Color Harmonies of #8ABFDC
Complementary color
Monochromatic Colors of #8ABFDC
Black with #8ABFDC
Text Example
Text Example
White with #8ABFDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ABFDC; }
p { color: rgb(138,191,220); }
H1.HeaderClassName
{
color: #8ABFDC;
}
.AnyTagClassName
{
color: #8ABFDC;
}
</style>
background-color css
<style>
a { background-color: #8ABFDC; }
a { background-color: rgb(138,191,220); }
div.DivClassName
{
background-color: #8ABFDC;
}
.BgClassName
{
background-color: #8ABFDC;
}
</style>
border-color css
<style>
span { border-color: #8ABFDC; }
span { border-color: rgb(138,191,220); }
td.TdClassName
{
border-color: #8ABFDC;
}
.TagClassName
{
border-color: #8ABFDC;
}
</style>