Shades of Cornflower Blue #5EABFB
Tints of Cornflower Blue #5EABFB
RGB
CMYK
RGB Variations
Color information
#5EABFB (or 0x5EABFB) is known color: Cornflower Blue. HEX triplet: 5E, AB and FB. RGB value is (94,171,251). Sum of RGB (Red+Green+Blue) = 94+171+251=516 (68% of max value = 765). Red value is 94 (37.11% from 255 or 18.22% from 516); Green value is 171 (67.19% from 255 or 33.14% from 516); Blue value is 251 (98.44% from 255 or 48.64% from 516); Max value from RGB is 251 - color contains mainly: blue. Hex color #5EABFB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5EABFB is #A15404. Grayscale: #9C9C9C. Windows color (decimal): -10572805 or 16493406. OLE color: 16493406.
HSL color Cylindrical-coordinate representation of color #5EABFB: hue angle of 210.57º 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 #5EABFB is Cyan = 0.63, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 94 | 171 | 251 | - |
| CMYK | 0.63 | 0.32 | 0 | 0.02 |
| HSL | 210.57º | 0.95% | 0.68% | - |
| HSV(B) | 210.57º | 0.63% | 0.98% | - |
| XYZ | 36.59 | 38.47 | 96.76 | - |
| YUV | 157.1 | 180.99 | 83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 171 | 251 | 0.63 | 0.32 | 0 | 0.02 | 210.57 | 0.95 | 0.68 |
| Hex | 5E | AB | FB | 3F | 20 | 0 | 2 | D3 | 5F | 44 |
| Octal | 136 | 253 | 373 | 77 | 40 | 0 | 2 | 323 | 137 | 104 |
| Binary | 1011110 | 10101011 | 11111011 | 111111 | 100000 | 0 | 10 | 11010011 | 1011111 | 1000100 |
Color Harmonies of #5EABFB
Complementary color
Monochromatic Colors of #5EABFB
Black with #5EABFB
Text Example
Text Example
White with #5EABFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EABFB; }
p { color: rgb(94,171,251); }
H1.HeaderClassName
{
color: #5EABFB;
}
.AnyTagClassName
{
color: #5EABFB;
}
</style>
background-color css
<style>
a { background-color: #5EABFB; }
a { background-color: rgb(94,171,251); }
div.DivClassName
{
background-color: #5EABFB;
}
.BgClassName
{
background-color: #5EABFB;
}
</style>
border-color css
<style>
span { border-color: #5EABFB; }
span { border-color: rgb(94,171,251); }
td.TdClassName
{
border-color: #5EABFB;
}
.TagClassName
{
border-color: #5EABFB;
}
</style>