Shades of Cornflower Blue #5EACFF
Tints of Cornflower Blue #5EACFF
RGB
CMYK
RGB Variations
Color information
#5EACFF (or 0x5EACFF) is known color: Cornflower Blue. HEX triplet: 5E, AC and FF. RGB value is (94,172,255). Sum of RGB (Red+Green+Blue) = 94+172+255=521 (69% of max value = 765). Red value is 94 (37.11% from 255 or 18.04% from 521); Green value is 172 (67.58% from 255 or 33.01% from 521); Blue value is 255 (100% from 255 or 48.94% from 521); Max value from RGB is 255 - color contains mainly: blue. Hex color #5EACFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5EACFF is #A15300. Grayscale: #9D9D9D. Windows color (decimal): -10572545 or 16755806. OLE color: 16755806.
HSL color Cylindrical-coordinate representation of color #5EACFF: hue angle of 210.93º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5EACFF is Cyan = 0.63, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 94 | 172 | 255 | - |
| CMYK | 0.63 | 0.33 | 0 | 0 |
| HSL | 210.93º | 1% | 0.68% | - |
| HSV(B) | 210.93º | 0.63% | 1% | - |
| XYZ | 37.42 | 39.1 | 100.18 | - |
| YUV | 158.14 | 182.66 | 82.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 172 | 255 | 0.63 | 0.33 | 0 | 0 | 210.93 | 1 | 0.68 |
| Hex | 5E | AC | FF | 3F | 21 | 0 | 0 | D3 | 64 | 44 |
| Octal | 136 | 254 | 377 | 77 | 41 | 0 | 0 | 323 | 144 | 104 |
| Binary | 1011110 | 10101100 | 11111111 | 111111 | 100001 | 0 | 0 | 11010011 | 1100100 | 1000100 |
Color Harmonies of #5EACFF
Complementary color
Monochromatic Colors of #5EACFF
Black with #5EACFF
Text Example
Text Example
White with #5EACFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EACFF; }
p { color: rgb(94,172,255); }
H1.HeaderClassName
{
color: #5EACFF;
}
.AnyTagClassName
{
color: #5EACFF;
}
</style>
background-color css
<style>
a { background-color: #5EACFF; }
a { background-color: rgb(94,172,255); }
div.DivClassName
{
background-color: #5EACFF;
}
.BgClassName
{
background-color: #5EACFF;
}
</style>
border-color css
<style>
span { border-color: #5EACFF; }
span { border-color: rgb(94,172,255); }
td.TdClassName
{
border-color: #5EACFF;
}
.TagClassName
{
border-color: #5EACFF;
}
</style>