Shades of Cornflower Blue #5B9EEC
Tints of Cornflower Blue #5B9EEC
RGB
CMYK
RGB Variations
Color information
#5B9EEC (or 0x5B9EEC) is known color: Cornflower Blue. HEX triplet: 5B, 9E and EC. RGB value is (91,158,236). Sum of RGB (Red+Green+Blue) = 91+158+236=485 (64% of max value = 765). Red value is 91 (35.94% from 255 or 18.76% from 485); Green value is 158 (62.11% from 255 or 32.58% from 485); Blue value is 236 (92.58% from 255 or 48.66% from 485); Max value from RGB is 236 - color contains mainly: blue. Hex color #5B9EEC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5B9EEC is #A46113. Grayscale: #929292. Windows color (decimal): -10772756 or 15507035. OLE color: 15507035.
HSL color Cylindrical-coordinate representation of color #5B9EEC: hue angle of 212.28º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5B9EEC is Cyan = 0.61, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 91 | 158 | 236 | - |
| CMYK | 0.61 | 0.33 | 0 | 0.07 |
| HSL | 212.28º | 0.79% | 0.64% | - |
| HSV(B) | 212.28º | 0.61% | 0.93% | - |
| XYZ | 31.68 | 32.73 | 84.01 | - |
| YUV | 146.86 | 178.3 | 88.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 158 | 236 | 0.61 | 0.33 | 0 | 0.07 | 212.28 | 0.79 | 0.64 |
| Hex | 5B | 9E | EC | 3D | 21 | 0 | 7 | D4 | 4F | 40 |
| Octal | 133 | 236 | 354 | 75 | 41 | 0 | 7 | 324 | 117 | 100 |
| Binary | 1011011 | 10011110 | 11101100 | 111101 | 100001 | 0 | 111 | 11010100 | 1001111 | 1000000 |
Color Harmonies of #5B9EEC
Complementary color
Monochromatic Colors of #5B9EEC
Black with #5B9EEC
Text Example
Text Example
White with #5B9EEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B9EEC; }
p { color: rgb(91,158,236); }
H1.HeaderClassName
{
color: #5B9EEC;
}
.AnyTagClassName
{
color: #5B9EEC;
}
</style>
background-color css
<style>
a { background-color: #5B9EEC; }
a { background-color: rgb(91,158,236); }
div.DivClassName
{
background-color: #5B9EEC;
}
.BgClassName
{
background-color: #5B9EEC;
}
</style>
border-color css
<style>
span { border-color: #5B9EEC; }
span { border-color: rgb(91,158,236); }
td.TdClassName
{
border-color: #5B9EEC;
}
.TagClassName
{
border-color: #5B9EEC;
}
</style>