Shades of Cornflower Blue #5BADFC
Tints of Cornflower Blue #5BADFC
RGB
CMYK
RGB Variations
Color information
#5BADFC (or 0x5BADFC) is known color: Cornflower Blue. HEX triplet: 5B, AD and FC. RGB value is (91,173,252). Sum of RGB (Red+Green+Blue) = 91+173+252=516 (68% of max value = 765). Red value is 91 (35.94% from 255 or 17.64% from 516); Green value is 173 (67.97% from 255 or 33.53% from 516); Blue value is 252 (98.83% from 255 or 48.84% from 516); Max value from RGB is 252 - color contains mainly: blue. Hex color #5BADFC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5BADFC is #A45203. Grayscale: #9D9D9D. Windows color (decimal): -10768900 or 16559451. OLE color: 16559451.
HSL color Cylindrical-coordinate representation of color #5BADFC: hue angle of 209.44º degrees, saturation: 0.96, 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 #5BADFC is Cyan = 0.64, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 91 | 173 | 252 | - |
| CMYK | 0.64 | 0.31 | 0 | 0.01 |
| HSL | 209.44º | 0.96% | 0.67% | - |
| HSV(B) | 209.44º | 0.64% | 0.99% | - |
| XYZ | 36.83 | 39.14 | 97.71 | - |
| YUV | 157.49 | 181.33 | 80.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 173 | 252 | 0.64 | 0.31 | 0 | 0.01 | 209.44 | 0.96 | 0.67 |
| Hex | 5B | AD | FC | 40 | 1F | 0 | 1 | D1 | 60 | 43 |
| Octal | 133 | 255 | 374 | 100 | 37 | 0 | 1 | 321 | 140 | 103 |
| Binary | 1011011 | 10101101 | 11111100 | 1000000 | 11111 | 0 | 1 | 11010001 | 1100000 | 1000011 |
Color Harmonies of #5BADFC
Complementary color
Monochromatic Colors of #5BADFC
Black with #5BADFC
Text Example
Text Example
White with #5BADFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BADFC; }
p { color: rgb(91,173,252); }
H1.HeaderClassName
{
color: #5BADFC;
}
.AnyTagClassName
{
color: #5BADFC;
}
</style>
background-color css
<style>
a { background-color: #5BADFC; }
a { background-color: rgb(91,173,252); }
div.DivClassName
{
background-color: #5BADFC;
}
.BgClassName
{
background-color: #5BADFC;
}
</style>
border-color css
<style>
span { border-color: #5BADFC; }
span { border-color: rgb(91,173,252); }
td.TdClassName
{
border-color: #5BADFC;
}
.TagClassName
{
border-color: #5BADFC;
}
</style>