Shades of Cornflower Blue #5B9BEC
Tints of Cornflower Blue #5B9BEC
RGB
CMYK
RGB Variations
Color information
#5B9BEC (or 0x5B9BEC) is known color: Cornflower Blue. HEX triplet: 5B, 9B and EC. RGB value is (91,155,236). Sum of RGB (Red+Green+Blue) = 91+155+236=482 (63% of max value = 765). Red value is 91 (35.94% from 255 or 18.88% from 482); Green value is 155 (60.94% from 255 or 32.16% from 482); Blue value is 236 (92.58% from 255 or 48.96% from 482); Max value from RGB is 236 - color contains mainly: blue. Hex color #5B9BEC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5B9BEC is #A46413. Grayscale: #909090. Windows color (decimal): -10773524 or 15506267. OLE color: 15506267.
HSL color Cylindrical-coordinate representation of color #5B9BEC: hue angle of 213.52º 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 #5B9BEC is Cyan = 0.61, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 91 | 155 | 236 | - |
| CMYK | 0.61 | 0.34 | 0 | 0.07 |
| HSL | 213.52º | 0.79% | 0.64% | - |
| HSV(B) | 213.52º | 0.61% | 0.93% | - |
| XYZ | 31.18 | 31.72 | 83.84 | - |
| YUV | 145.1 | 179.3 | 89.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 155 | 236 | 0.61 | 0.34 | 0 | 0.07 | 213.52 | 0.79 | 0.64 |
| Hex | 5B | 9B | EC | 3D | 22 | 0 | 7 | D6 | 4F | 40 |
| Octal | 133 | 233 | 354 | 75 | 42 | 0 | 7 | 326 | 117 | 100 |
| Binary | 1011011 | 10011011 | 11101100 | 111101 | 100010 | 0 | 111 | 11010110 | 1001111 | 1000000 |
Color Harmonies of #5B9BEC
Complementary color
Monochromatic Colors of #5B9BEC
Black with #5B9BEC
Text Example
Text Example
White with #5B9BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B9BEC; }
p { color: rgb(91,155,236); }
H1.HeaderClassName
{
color: #5B9BEC;
}
.AnyTagClassName
{
color: #5B9BEC;
}
</style>
background-color css
<style>
a { background-color: #5B9BEC; }
a { background-color: rgb(91,155,236); }
div.DivClassName
{
background-color: #5B9BEC;
}
.BgClassName
{
background-color: #5B9BEC;
}
</style>
border-color css
<style>
span { border-color: #5B9BEC; }
span { border-color: rgb(91,155,236); }
td.TdClassName
{
border-color: #5B9BEC;
}
.TagClassName
{
border-color: #5B9BEC;
}
</style>