Shades of Cornflower #8ABDE8
Tints of Cornflower #8ABDE8
RGB
CMYK
RGB Variations
Color information
#8ABDE8 (or 0x8ABDE8) is known color: Cornflower. HEX triplet: 8A, BD and E8. RGB value is (138,189,232). Sum of RGB (Red+Green+Blue) = 138+189+232=559 (74% of max value = 765). Red value is 138 (54.30% from 255 or 24.69% from 559); Green value is 189 (74.22% from 255 or 33.81% from 559); Blue value is 232 (91.02% from 255 or 41.50% from 559); Max value from RGB is 232 - color contains mainly: blue. Hex color #8ABDE8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8ABDE8 is #754217. Grayscale: #B2B2B2. Windows color (decimal): -7684632 or 15252874. OLE color: 15252874.
HSL color Cylindrical-coordinate representation of color #8ABDE8: hue angle of 207.45º degrees, saturation: 0.67, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8ABDE8 is Cyan = 0.41, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 138 | 189 | 232 | - |
| CMYK | 0.41 | 0.19 | 0 | 0.09 |
| HSL | 207.45º | 0.67% | 0.73% | - |
| HSV(B) | 207.45º | 0.41% | 0.91% | - |
| XYZ | 43.24 | 47.62 | 83.26 | - |
| YUV | 178.65 | 158.1 | 99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 189 | 232 | 0.41 | 0.19 | 0 | 0.09 | 207.45 | 0.67 | 0.73 |
| Hex | 8A | BD | E8 | 29 | 13 | 0 | 9 | CF | 43 | 49 |
| Octal | 212 | 275 | 350 | 51 | 23 | 0 | 11 | 317 | 103 | 111 |
| Binary | 10001010 | 10111101 | 11101000 | 101001 | 10011 | 0 | 1001 | 11001111 | 1000011 | 1001001 |
Color Harmonies of #8ABDE8
Complementary color
Monochromatic Colors of #8ABDE8
Black with #8ABDE8
Text Example
Text Example
White with #8ABDE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ABDE8; }
p { color: rgb(138,189,232); }
H1.HeaderClassName
{
color: #8ABDE8;
}
.AnyTagClassName
{
color: #8ABDE8;
}
</style>
background-color css
<style>
a { background-color: #8ABDE8; }
a { background-color: rgb(138,189,232); }
div.DivClassName
{
background-color: #8ABDE8;
}
.BgClassName
{
background-color: #8ABDE8;
}
</style>
border-color css
<style>
span { border-color: #8ABDE8; }
span { border-color: rgb(138,189,232); }
td.TdClassName
{
border-color: #8ABDE8;
}
.TagClassName
{
border-color: #8ABDE8;
}
</style>