Shades of Cornflower #8ABCDB
Tints of Cornflower #8ABCDB
RGB
CMYK
RGB Variations
Color information
#8ABCDB (or 0x8ABCDB) is known color: Cornflower. HEX triplet: 8A, BC and DB. RGB value is (138,188,219). Sum of RGB (Red+Green+Blue) = 138+188+219=545 (72% of max value = 765). Red value is 138 (54.30% from 255 or 25.32% from 545); Green value is 188 (73.83% from 255 or 34.50% from 545); Blue value is 219 (85.94% from 255 or 40.18% from 545); Max value from RGB is 219 - color contains mainly: blue. Hex color #8ABCDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ABCDB is #754324. Grayscale: #B0B0B0. Windows color (decimal): -7684901 or 14400650. OLE color: 14400650.
HSL color Cylindrical-coordinate representation of color #8ABCDB: hue angle of 202.96º degrees, saturation: 0.53, 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 #8ABCDB is Cyan = 0.37, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 138 | 188 | 219 | - |
| CMYK | 0.37 | 0.14 | 0 | 0.14 |
| HSL | 202.96º | 0.53% | 0.7% | - |
| HSV(B) | 202.96º | 0.37% | 0.86% | - |
| XYZ | 41.25 | 46.48 | 73.82 | - |
| YUV | 176.58 | 151.94 | 100.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 188 | 219 | 0.37 | 0.14 | 0 | 0.14 | 202.96 | 0.53 | 0.7 |
| Hex | 8A | BC | DB | 25 | E | 0 | E | CB | 35 | 46 |
| Octal | 212 | 274 | 333 | 45 | 16 | 0 | 16 | 313 | 65 | 106 |
| Binary | 10001010 | 10111100 | 11011011 | 100101 | 1110 | 0 | 1110 | 11001011 | 110101 | 1000110 |
Color Harmonies of #8ABCDB
Complementary color
Monochromatic Colors of #8ABCDB
Black with #8ABCDB
Text Example
Text Example
White with #8ABCDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ABCDB; }
p { color: rgb(138,188,219); }
H1.HeaderClassName
{
color: #8ABCDB;
}
.AnyTagClassName
{
color: #8ABCDB;
}
</style>
background-color css
<style>
a { background-color: #8ABCDB; }
a { background-color: rgb(138,188,219); }
div.DivClassName
{
background-color: #8ABCDB;
}
.BgClassName
{
background-color: #8ABCDB;
}
</style>
border-color css
<style>
span { border-color: #8ABCDB; }
span { border-color: rgb(138,188,219); }
td.TdClassName
{
border-color: #8ABCDB;
}
.TagClassName
{
border-color: #8ABCDB;
}
</style>