Shades of Cornflower #8ABEEC
Tints of Cornflower #8ABEEC
RGB
CMYK
RGB Variations
Color information
#8ABEEC (or 0x8ABEEC) is known color: Cornflower. HEX triplet: 8A, BE and EC. RGB value is (138,190,236). Sum of RGB (Red+Green+Blue) = 138+190+236=564 (74% of max value = 765). Red value is 138 (54.30% from 255 or 24.47% from 564); Green value is 190 (74.61% from 255 or 33.69% from 564); Blue value is 236 (92.58% from 255 or 41.84% from 564); Max value from RGB is 236 - color contains mainly: blue. Hex color #8ABEEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8ABEEC is #754113. Grayscale: #B3B3B3. Windows color (decimal): -7684372 or 15515274. OLE color: 15515274.
HSL color Cylindrical-coordinate representation of color #8ABEEC: hue angle of 208.16º degrees, saturation: 0.72, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8ABEEC is Cyan = 0.42, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 138 | 190 | 236 | - |
| CMYK | 0.42 | 0.19 | 0 | 0.07 |
| HSL | 208.16º | 0.72% | 0.73% | - |
| HSV(B) | 208.16º | 0.42% | 0.93% | - |
| XYZ | 44.04 | 48.29 | 86.36 | - |
| YUV | 179.7 | 159.77 | 98.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 190 | 236 | 0.42 | 0.19 | 0 | 0.07 | 208.16 | 0.72 | 0.73 |
| Hex | 8A | BE | EC | 2A | 13 | 0 | 7 | D0 | 48 | 49 |
| Octal | 212 | 276 | 354 | 52 | 23 | 0 | 7 | 320 | 110 | 111 |
| Binary | 10001010 | 10111110 | 11101100 | 101010 | 10011 | 0 | 111 | 11010000 | 1001000 | 1001001 |
Color Harmonies of #8ABEEC
Complementary color
Monochromatic Colors of #8ABEEC
Black with #8ABEEC
Text Example
Text Example
White with #8ABEEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ABEEC; }
p { color: rgb(138,190,236); }
H1.HeaderClassName
{
color: #8ABEEC;
}
.AnyTagClassName
{
color: #8ABEEC;
}
</style>
background-color css
<style>
a { background-color: #8ABEEC; }
a { background-color: rgb(138,190,236); }
div.DivClassName
{
background-color: #8ABEEC;
}
.BgClassName
{
background-color: #8ABEEC;
}
</style>
border-color css
<style>
span { border-color: #8ABEEC; }
span { border-color: rgb(138,190,236); }
td.TdClassName
{
border-color: #8ABEEC;
}
.TagClassName
{
border-color: #8ABEEC;
}
</style>