Shades of Cornflower Blue #51AAF6
Tints of Cornflower Blue #51AAF6
RGB
CMYK
RGB Variations
Color information
#51AAF6 (or 0x51AAF6) is known color: Cornflower Blue. HEX triplet: 51, AA and F6. RGB value is (81,170,246). Sum of RGB (Red+Green+Blue) = 81+170+246=497 (65% of max value = 765). Red value is 81 (32.03% from 255 or 16.30% from 497); Green value is 170 (66.80% from 255 or 34.21% from 497); Blue value is 246 (96.48% from 255 or 49.50% from 497); Max value from RGB is 246 - color contains mainly: blue. Hex color #51AAF6 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #51AAF6 is #AE5509. Grayscale: #979797. Windows color (decimal): -11425034 or 16165457. OLE color: 16165457.
HSL color Cylindrical-coordinate representation of color #51AAF6: hue angle of 207.64º degrees, saturation: 0.9, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #51AAF6 is Cyan = 0.67, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 81 | 170 | 246 | - |
| CMYK | 0.67 | 0.31 | 0 | 0.04 |
| HSL | 207.64º | 0.9% | 0.64% | - |
| HSV(B) | 207.64º | 0.67% | 0.96% | - |
| XYZ | 34.4 | 37.15 | 92.55 | - |
| YUV | 152.05 | 181.01 | 77.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 170 | 246 | 0.67 | 0.31 | 0 | 0.04 | 207.64 | 0.9 | 0.64 |
| Hex | 51 | AA | F6 | 43 | 1F | 0 | 4 | D0 | 5A | 40 |
| Octal | 121 | 252 | 366 | 103 | 37 | 0 | 4 | 320 | 132 | 100 |
| Binary | 1010001 | 10101010 | 11110110 | 1000011 | 11111 | 0 | 100 | 11010000 | 1011010 | 1000000 |
Color Harmonies of #51AAF6
Complementary color
Monochromatic Colors of #51AAF6
Black with #51AAF6
Text Example
Text Example
White with #51AAF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51AAF6; }
p { color: rgb(81,170,246); }
H1.HeaderClassName
{
color: #51AAF6;
}
.AnyTagClassName
{
color: #51AAF6;
}
</style>
background-color css
<style>
a { background-color: #51AAF6; }
a { background-color: rgb(81,170,246); }
div.DivClassName
{
background-color: #51AAF6;
}
.BgClassName
{
background-color: #51AAF6;
}
</style>
border-color css
<style>
span { border-color: #51AAF6; }
span { border-color: rgb(81,170,246); }
td.TdClassName
{
border-color: #51AAF6;
}
.TagClassName
{
border-color: #51AAF6;
}
</style>