Shades of Cornflower #8AC4EA
Tints of Cornflower #8AC4EA
RGB
CMYK
RGB Variations
Color information
#8AC4EA (or 0x8AC4EA) is known color: Cornflower. HEX triplet: 8A, C4 and EA. RGB value is (138,196,234). Sum of RGB (Red+Green+Blue) = 138+196+234=568 (75% of max value = 765). Red value is 138 (54.30% from 255 or 24.30% from 568); Green value is 196 (76.95% from 255 or 34.51% from 568); Blue value is 234 (91.80% from 255 or 41.20% from 568); Max value from RGB is 234 - color contains mainly: blue. Hex color #8AC4EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8AC4EA is #753B15. Grayscale: #B6B6B6. Windows color (decimal): -7682838 or 15385738. OLE color: 15385738.
HSL color Cylindrical-coordinate representation of color #8AC4EA: hue angle of 203.75º degrees, saturation: 0.7, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8AC4EA is Cyan = 0.41, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 138 | 196 | 234 | - |
| CMYK | 0.41 | 0.16 | 0 | 0.08 |
| HSL | 203.75º | 0.7% | 0.73% | - |
| HSV(B) | 203.75º | 0.41% | 0.92% | - |
| XYZ | 45.07 | 50.82 | 85.28 | - |
| YUV | 182.99 | 156.78 | 95.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 196 | 234 | 0.41 | 0.16 | 0 | 0.08 | 203.75 | 0.7 | 0.73 |
| Hex | 8A | C4 | EA | 29 | 10 | 0 | 8 | CC | 46 | 49 |
| Octal | 212 | 304 | 352 | 51 | 20 | 0 | 10 | 314 | 106 | 111 |
| Binary | 10001010 | 11000100 | 11101010 | 101001 | 10000 | 0 | 1000 | 11001100 | 1000110 | 1001001 |
Color Harmonies of #8AC4EA
Complementary color
Monochromatic Colors of #8AC4EA
Black with #8AC4EA
Text Example
Text Example
White with #8AC4EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AC4EA; }
p { color: rgb(138,196,234); }
H1.HeaderClassName
{
color: #8AC4EA;
}
.AnyTagClassName
{
color: #8AC4EA;
}
</style>
background-color css
<style>
a { background-color: #8AC4EA; }
a { background-color: rgb(138,196,234); }
div.DivClassName
{
background-color: #8AC4EA;
}
.BgClassName
{
background-color: #8AC4EA;
}
</style>
border-color css
<style>
span { border-color: #8AC4EA; }
span { border-color: rgb(138,196,234); }
td.TdClassName
{
border-color: #8AC4EA;
}
.TagClassName
{
border-color: #8AC4EA;
}
</style>