Shades of Cornflower Blue #56ADFF
Tints of Cornflower Blue #56ADFF
RGB
CMYK
RGB Variations
Color information
#56ADFF (or 0x56ADFF) is known color: Cornflower Blue. HEX triplet: 56, AD and FF. RGB value is (86,173,255). Sum of RGB (Red+Green+Blue) = 86+173+255=514 (68% of max value = 765). Red value is 86 (33.98% from 255 or 16.73% from 514); Green value is 173 (67.97% from 255 or 33.66% from 514); Blue value is 255 (100% from 255 or 49.61% from 514); Max value from RGB is 255 - color contains mainly: blue. Hex color #56ADFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #56ADFF is #A95200. Grayscale: #9B9B9B. Windows color (decimal): -11096577 or 16756054. OLE color: 16756054.
HSL color Cylindrical-coordinate representation of color #56ADFF: hue angle of 209.11º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #56ADFF is Cyan = 0.66, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 86 | 173 | 255 | - |
| CMYK | 0.66 | 0.32 | 0 | 0 |
| HSL | 209.11º | 1% | 0.67% | - |
| HSV(B) | 209.11º | 0.66% | 1% | - |
| XYZ | 36.83 | 39.09 | 100.21 | - |
| YUV | 156.34 | 183.68 | 77.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 173 | 255 | 0.66 | 0.32 | 0 | 0 | 209.11 | 1 | 0.67 |
| Hex | 56 | AD | FF | 42 | 20 | 0 | 0 | D1 | 64 | 43 |
| Octal | 126 | 255 | 377 | 102 | 40 | 0 | 0 | 321 | 144 | 103 |
| Binary | 1010110 | 10101101 | 11111111 | 1000010 | 100000 | 0 | 0 | 11010001 | 1100100 | 1000011 |
Color Harmonies of #56ADFF
Complementary color
Monochromatic Colors of #56ADFF
Black with #56ADFF
Text Example
Text Example
White with #56ADFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56ADFF; }
p { color: rgb(86,173,255); }
H1.HeaderClassName
{
color: #56ADFF;
}
.AnyTagClassName
{
color: #56ADFF;
}
</style>
background-color css
<style>
a { background-color: #56ADFF; }
a { background-color: rgb(86,173,255); }
div.DivClassName
{
background-color: #56ADFF;
}
.BgClassName
{
background-color: #56ADFF;
}
</style>
border-color css
<style>
span { border-color: #56ADFF; }
span { border-color: rgb(86,173,255); }
td.TdClassName
{
border-color: #56ADFF;
}
.TagClassName
{
border-color: #56ADFF;
}
</style>