Shades of Cornflower Blue #5EABFE
Tints of Cornflower Blue #5EABFE
RGB
CMYK
RGB Variations
Color information
#5EABFE (or 0x5EABFE) is known color: Cornflower Blue. HEX triplet: 5E, AB and FE. RGB value is (94,171,254). Sum of RGB (Red+Green+Blue) = 94+171+254=519 (68% of max value = 765). Red value is 94 (37.11% from 255 or 18.11% from 519); Green value is 171 (67.19% from 255 or 32.95% from 519); Blue value is 254 (99.61% from 255 or 48.94% from 519); Max value from RGB is 254 - color contains mainly: blue. Hex color #5EABFE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5EABFE is #A15401. Grayscale: #9D9D9D. Windows color (decimal): -10572802 or 16690014. OLE color: 16690014.
HSL color Cylindrical-coordinate representation of color #5EABFE: hue angle of 211.12º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5EABFE is Cyan = 0.63, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 94 | 171 | 254 | - |
| CMYK | 0.63 | 0.33 | 0 | 0.00 |
| HSL | 211.13º | 0.99% | 0.68% | - |
| HSV(B) | 211.13º | 0.63% | 1% | - |
| XYZ | 37.07 | 38.66 | 99.27 | - |
| YUV | 157.44 | 182.49 | 82.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 171 | 254 | 0.63 | 0.33 | 0 | 0.00 | 211.13 | 0.99 | 0.68 |
| Hex | 5E | AB | FE | 3F | 21 | 0 | 0 | D3 | 63 | 44 |
| Octal | 136 | 253 | 376 | 77 | 41 | 0 | 0 | 323 | 143 | 104 |
| Binary | 1011110 | 10101011 | 11111110 | 111111 | 100001 | 0 | 0 | 11010011 | 1100011 | 1000100 |
Color Harmonies of #5EABFE
Complementary color
Monochromatic Colors of #5EABFE
Black with #5EABFE
Text Example
Text Example
White with #5EABFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EABFE; }
p { color: rgb(94,171,254); }
H1.HeaderClassName
{
color: #5EABFE;
}
.AnyTagClassName
{
color: #5EABFE;
}
</style>
background-color css
<style>
a { background-color: #5EABFE; }
a { background-color: rgb(94,171,254); }
div.DivClassName
{
background-color: #5EABFE;
}
.BgClassName
{
background-color: #5EABFE;
}
</style>
border-color css
<style>
span { border-color: #5EABFE; }
span { border-color: rgb(94,171,254); }
td.TdClassName
{
border-color: #5EABFE;
}
.TagClassName
{
border-color: #5EABFE;
}
</style>