Shades of Cornflower #8AC0EE
Tints of Cornflower #8AC0EE
RGB
CMYK
RGB Variations
Color information
#8AC0EE (or 0x8AC0EE) is known color: Cornflower. HEX triplet: 8A, C0 and EE. RGB value is (138,192,238). Sum of RGB (Red+Green+Blue) = 138+192+238=568 (75% of max value = 765). Red value is 138 (54.30% from 255 or 24.30% from 568); Green value is 192 (75.39% from 255 or 33.80% from 568); Blue value is 238 (93.36% from 255 or 41.90% from 568); Max value from RGB is 238 - color contains mainly: blue. Hex color #8AC0EE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8AC0EE is #753F11. Grayscale: #B4B4B4. Windows color (decimal): -7683858 or 15646858. OLE color: 15646858.
HSL color Cylindrical-coordinate representation of color #8AC0EE: hue angle of 207.6º degrees, saturation: 0.75, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8AC0EE is Cyan = 0.42, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 138 | 192 | 238 | - |
| CMYK | 0.42 | 0.19 | 0 | 0.07 |
| HSL | 207.6º | 0.75% | 0.74% | - |
| HSV(B) | 207.6º | 0.42% | 0.93% | - |
| XYZ | 44.76 | 49.28 | 88.04 | - |
| YUV | 181.1 | 160.11 | 97.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 192 | 238 | 0.42 | 0.19 | 0 | 0.07 | 207.6 | 0.75 | 0.74 |
| Hex | 8A | C0 | EE | 2A | 13 | 0 | 7 | D0 | 4B | 4A |
| Octal | 212 | 300 | 356 | 52 | 23 | 0 | 7 | 320 | 113 | 112 |
| Binary | 10001010 | 11000000 | 11101110 | 101010 | 10011 | 0 | 111 | 11010000 | 1001011 | 1001010 |
Color Harmonies of #8AC0EE
Complementary color
Monochromatic Colors of #8AC0EE
Black with #8AC0EE
Text Example
Text Example
White with #8AC0EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AC0EE; }
p { color: rgb(138,192,238); }
H1.HeaderClassName
{
color: #8AC0EE;
}
.AnyTagClassName
{
color: #8AC0EE;
}
</style>
background-color css
<style>
a { background-color: #8AC0EE; }
a { background-color: rgb(138,192,238); }
div.DivClassName
{
background-color: #8AC0EE;
}
.BgClassName
{
background-color: #8AC0EE;
}
</style>
border-color css
<style>
span { border-color: #8AC0EE; }
span { border-color: rgb(138,192,238); }
td.TdClassName
{
border-color: #8AC0EE;
}
.TagClassName
{
border-color: #8AC0EE;
}
</style>