Shades of Cornflower Blue #5BACFD
Tints of Cornflower Blue #5BACFD
RGB
CMYK
RGB Variations
Color information
#5BACFD (or 0x5BACFD) is known color: Cornflower Blue. HEX triplet: 5B, AC and FD. RGB value is (91,172,253). Sum of RGB (Red+Green+Blue) = 91+172+253=516 (68% of max value = 765). Red value is 91 (35.94% from 255 or 17.64% from 516); Green value is 172 (67.58% from 255 or 33.33% from 516); Blue value is 253 (99.22% from 255 or 49.03% from 516); Max value from RGB is 253 - color contains mainly: blue. Hex color #5BACFD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5BACFD is #A45302. Grayscale: #9C9C9C. Windows color (decimal): -10769155 or 16624731. OLE color: 16624731.
HSL color Cylindrical-coordinate representation of color #5BACFD: hue angle of 210º degrees, saturation: 0.98, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5BACFD is Cyan = 0.64, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 91 | 172 | 253 | - |
| CMYK | 0.64 | 0.32 | 0 | 0.01 |
| HSL | 210º | 0.98% | 0.67% | - |
| HSV(B) | 210º | 0.64% | 0.99% | - |
| XYZ | 36.8 | 38.82 | 98.48 | - |
| YUV | 157.02 | 182.16 | 80.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 172 | 253 | 0.64 | 0.32 | 0 | 0.01 | 210 | 0.98 | 0.67 |
| Hex | 5B | AC | FD | 40 | 20 | 0 | 1 | D2 | 62 | 43 |
| Octal | 133 | 254 | 375 | 100 | 40 | 0 | 1 | 322 | 142 | 103 |
| Binary | 1011011 | 10101100 | 11111101 | 1000000 | 100000 | 0 | 1 | 11010010 | 1100010 | 1000011 |
Color Harmonies of #5BACFD
Complementary color
Monochromatic Colors of #5BACFD
Black with #5BACFD
Text Example
Text Example
White with #5BACFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BACFD; }
p { color: rgb(91,172,253); }
H1.HeaderClassName
{
color: #5BACFD;
}
.AnyTagClassName
{
color: #5BACFD;
}
</style>
background-color css
<style>
a { background-color: #5BACFD; }
a { background-color: rgb(91,172,253); }
div.DivClassName
{
background-color: #5BACFD;
}
.BgClassName
{
background-color: #5BACFD;
}
</style>
border-color css
<style>
span { border-color: #5BACFD; }
span { border-color: rgb(91,172,253); }
td.TdClassName
{
border-color: #5BACFD;
}
.TagClassName
{
border-color: #5BACFD;
}
</style>