Shades of Cornflower Blue #5EACFA
Tints of Cornflower Blue #5EACFA
RGB
CMYK
RGB Variations
Color information
#5EACFA (or 0x5EACFA) is known color: Cornflower Blue. HEX triplet: 5E, AC and FA. RGB value is (94,172,250). Sum of RGB (Red+Green+Blue) = 94+172+250=516 (68% of max value = 765). Red value is 94 (37.11% from 255 or 18.22% from 516); Green value is 172 (67.58% from 255 or 33.33% from 516); Blue value is 250 (98.05% from 255 or 48.45% from 516); Max value from RGB is 250 - color contains mainly: blue. Hex color #5EACFA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5EACFA is #A15305. Grayscale: #9D9D9D. Windows color (decimal): -10572550 or 16428126. OLE color: 16428126.
HSL color Cylindrical-coordinate representation of color #5EACFA: hue angle of 210º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5EACFA is Cyan = 0.62, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 94 | 172 | 250 | - |
CMYK | 0.62 | 0.31 | 0 | 0.02 |
HSL | 210º | 0.94% | 0.67% | - |
HSV(B) | 210º | 0.62% | 0.98% | - |
XYZ | 36.62 | 38.79 | 96 | - |
YUV | 157.57 | 180.16 | 82.66 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 94 | 172 | 250 | 0.62 | 0.31 | 0 | 0.02 | 210 | 0.94 | 0.67 |
Hex | 5E | AC | FA | 3E | 1F | 0 | 2 | D2 | 5E | 43 |
Octal | 136 | 254 | 372 | 76 | 37 | 0 | 2 | 322 | 136 | 103 |
Binary | 1011110 | 10101100 | 11111010 | 111110 | 11111 | 0 | 10 | 11010010 | 1011110 | 1000011 |
Color Harmonies of #5EACFA
Complementary color
Monochromatic Colors of #5EACFA
Black with #5EACFA
Text Example
Text Example
White with #5EACFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EACFA; }
p { color: rgb(94,172,250); }
H1.HeaderClassName
{
color: #5EACFA;
}
.AnyTagClassName
{
color: #5EACFA;
}
</style>
background-color css
<style>
a { background-color: #5EACFA; }
a { background-color: rgb(94,172,250); }
div.DivClassName
{
background-color: #5EACFA;
}
.BgClassName
{
background-color: #5EACFA;
}
</style>
border-color css
<style>
span { border-color: #5EACFA; }
span { border-color: rgb(94,172,250); }
td.TdClassName
{
border-color: #5EACFA;
}
.TagClassName
{
border-color: #5EACFA;
}
</style>