Shades of Cornflower Blue #5EACF8
Tints of Cornflower Blue #5EACF8
RGB
CMYK
RGB Variations
Color information
#5EACF8 (or 0x5EACF8) is known color: Cornflower Blue. HEX triplet: 5E, AC and F8. RGB value is (94,172,248). Sum of RGB (Red+Green+Blue) = 94+172+248=514 (68% of max value = 765). Red value is 94 (37.11% from 255 or 18.29% from 514); Green value is 172 (67.58% from 255 or 33.46% from 514); Blue value is 248 (97.27% from 255 or 48.25% from 514); Max value from RGB is 248 - color contains mainly: blue. Hex color #5EACF8 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5EACF8 is #A15307. Grayscale: #9C9C9C. Windows color (decimal): -10572552 or 16297054. OLE color: 16297054.
HSL color Cylindrical-coordinate representation of color #5EACF8: hue angle of 209.61º degrees, saturation: 0.92, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5EACF8 is Cyan = 0.62, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 94 | 172 | 248 | - |
| CMYK | 0.62 | 0.31 | 0 | 0.03 |
| HSL | 209.61º | 0.92% | 0.67% | - |
| HSV(B) | 209.61º | 0.62% | 0.97% | - |
| XYZ | 36.31 | 38.66 | 94.36 | - |
| YUV | 157.34 | 179.16 | 82.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 172 | 248 | 0.62 | 0.31 | 0 | 0.03 | 209.61 | 0.92 | 0.67 |
| Hex | 5E | AC | F8 | 3E | 1F | 0 | 3 | D2 | 5C | 43 |
| Octal | 136 | 254 | 370 | 76 | 37 | 0 | 3 | 322 | 134 | 103 |
| Binary | 1011110 | 10101100 | 11111000 | 111110 | 11111 | 0 | 11 | 11010010 | 1011100 | 1000011 |
Color Harmonies of #5EACF8
Complementary color
Monochromatic Colors of #5EACF8
Black with #5EACF8
Text Example
Text Example
White with #5EACF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EACF8; }
p { color: rgb(94,172,248); }
H1.HeaderClassName
{
color: #5EACF8;
}
.AnyTagClassName
{
color: #5EACF8;
}
</style>
background-color css
<style>
a { background-color: #5EACF8; }
a { background-color: rgb(94,172,248); }
div.DivClassName
{
background-color: #5EACF8;
}
.BgClassName
{
background-color: #5EACF8;
}
</style>
border-color css
<style>
span { border-color: #5EACF8; }
span { border-color: rgb(94,172,248); }
td.TdClassName
{
border-color: #5EACF8;
}
.TagClassName
{
border-color: #5EACF8;
}
</style>