Shades of Cornflower Blue #5EABF5
Tints of Cornflower Blue #5EABF5
RGB
CMYK
RGB Variations
Color information
#5EABF5 (or 0x5EABF5) is known color: Cornflower Blue. HEX triplet: 5E, AB and F5. RGB value is (94,171,245). Sum of RGB (Red+Green+Blue) = 94+171+245=510 (67% of max value = 765). Red value is 94 (37.11% from 255 or 18.43% from 510); Green value is 171 (67.19% from 255 or 33.53% from 510); Blue value is 245 (96.09% from 255 or 48.04% from 510); Max value from RGB is 245 - color contains mainly: blue. Hex color #5EABF5 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5EABF5 is #A1540A. Grayscale: #9C9C9C. Windows color (decimal): -10572811 or 16100190. OLE color: 16100190.
HSL color Cylindrical-coordinate representation of color #5EABF5: hue angle of 209.4º degrees, saturation: 0.88, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5EABF5 is Cyan = 0.62, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 94 | 171 | 245 | - |
| CMYK | 0.62 | 0.30 | 0 | 0.04 |
| HSL | 209.4º | 0.88% | 0.66% | - |
| HSV(B) | 209.4º | 0.62% | 0.96% | - |
| XYZ | 35.66 | 38.1 | 91.86 | - |
| YUV | 156.41 | 177.99 | 83.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 171 | 245 | 0.62 | 0.30 | 0 | 0.04 | 209.4 | 0.88 | 0.66 |
| Hex | 5E | AB | F5 | 3E | 1E | 0 | 4 | D1 | 58 | 42 |
| Octal | 136 | 253 | 365 | 76 | 36 | 0 | 4 | 321 | 130 | 102 |
| Binary | 1011110 | 10101011 | 11110101 | 111110 | 11110 | 0 | 100 | 11010001 | 1011000 | 1000010 |
Color Harmonies of #5EABF5
Complementary color
Monochromatic Colors of #5EABF5
Black with #5EABF5
Text Example
Text Example
White with #5EABF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EABF5; }
p { color: rgb(94,171,245); }
H1.HeaderClassName
{
color: #5EABF5;
}
.AnyTagClassName
{
color: #5EABF5;
}
</style>
background-color css
<style>
a { background-color: #5EABF5; }
a { background-color: rgb(94,171,245); }
div.DivClassName
{
background-color: #5EABF5;
}
.BgClassName
{
background-color: #5EABF5;
}
</style>
border-color css
<style>
span { border-color: #5EABF5; }
span { border-color: rgb(94,171,245); }
td.TdClassName
{
border-color: #5EABF5;
}
.TagClassName
{
border-color: #5EABF5;
}
</style>