Shades of Cornflower Blue #5EACFB
Tints of Cornflower Blue #5EACFB
RGB
CMYK
RGB Variations
Color information
#5EACFB (or 0x5EACFB) is known color: Cornflower Blue. HEX triplet: 5E, AC and FB. RGB value is (94,172,251). Sum of RGB (Red+Green+Blue) = 94+172+251=517 (68% of max value = 765). Red value is 94 (37.11% from 255 or 18.18% from 517); Green value is 172 (67.58% from 255 or 33.27% from 517); Blue value is 251 (98.44% from 255 or 48.55% from 517); Max value from RGB is 251 - color contains mainly: blue. Hex color #5EACFB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5EACFB is #A15304. Grayscale: #9D9D9D. Windows color (decimal): -10572549 or 16493662. OLE color: 16493662.
HSL color Cylindrical-coordinate representation of color #5EACFB: hue angle of 210.19º degrees, saturation: 0.95, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5EACFB is Cyan = 0.63, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 94 | 172 | 251 | - |
| CMYK | 0.63 | 0.31 | 0 | 0.02 |
| HSL | 210.19º | 0.95% | 0.68% | - |
| HSV(B) | 210.19º | 0.63% | 0.98% | - |
| XYZ | 36.78 | 38.85 | 96.83 | - |
| YUV | 157.68 | 180.66 | 82.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 172 | 251 | 0.63 | 0.31 | 0 | 0.02 | 210.19 | 0.95 | 0.68 |
| Hex | 5E | AC | FB | 3F | 1F | 0 | 2 | D2 | 5F | 44 |
| Octal | 136 | 254 | 373 | 77 | 37 | 0 | 2 | 322 | 137 | 104 |
| Binary | 1011110 | 10101100 | 11111011 | 111111 | 11111 | 0 | 10 | 11010010 | 1011111 | 1000100 |
Color Harmonies of #5EACFB
Complementary color
Monochromatic Colors of #5EACFB
Black with #5EACFB
Text Example
Text Example
White with #5EACFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EACFB; }
p { color: rgb(94,172,251); }
H1.HeaderClassName
{
color: #5EACFB;
}
.AnyTagClassName
{
color: #5EACFB;
}
</style>
background-color css
<style>
a { background-color: #5EACFB; }
a { background-color: rgb(94,172,251); }
div.DivClassName
{
background-color: #5EACFB;
}
.BgClassName
{
background-color: #5EACFB;
}
</style>
border-color css
<style>
span { border-color: #5EACFB; }
span { border-color: rgb(94,172,251); }
td.TdClassName
{
border-color: #5EACFB;
}
.TagClassName
{
border-color: #5EACFB;
}
</style>