Shades of Cornflower Blue #60AAFC
Tints of Cornflower Blue #60AAFC
RGB
CMYK
RGB Variations
Color information
#60AAFC (or 0x60AAFC) is known color: Cornflower Blue. HEX triplet: 60, AA and FC. RGB value is (96,170,252). Sum of RGB (Red+Green+Blue) = 96+170+252=518 (68% of max value = 765). Red value is 96 (37.89% from 255 or 18.53% from 518); Green value is 170 (66.80% from 255 or 32.82% from 518); Blue value is 252 (98.83% from 255 or 48.65% from 518); Max value from RGB is 252 - color contains mainly: blue. Hex color #60AAFC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #60AAFC is #9F5503. Grayscale: #9C9C9C. Windows color (decimal): -10441988 or 16558688. OLE color: 16558688.
HSL color Cylindrical-coordinate representation of color #60AAFC: hue angle of 211.54º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #60AAFC is Cyan = 0.62, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 96 | 170 | 252 | - |
| CMYK | 0.62 | 0.33 | 0 | 0.01 |
| HSL | 211.54º | 0.96% | 0.68% | - |
| HSV(B) | 211.54º | 0.62% | 0.99% | - |
| XYZ | 36.77 | 38.26 | 97.54 | - |
| YUV | 157.22 | 181.48 | 84.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 170 | 252 | 0.62 | 0.33 | 0 | 0.01 | 211.54 | 0.96 | 0.68 |
| Hex | 60 | AA | FC | 3E | 21 | 0 | 1 | D4 | 60 | 44 |
| Octal | 140 | 252 | 374 | 76 | 41 | 0 | 1 | 324 | 140 | 104 |
| Binary | 1100000 | 10101010 | 11111100 | 111110 | 100001 | 0 | 1 | 11010100 | 1100000 | 1000100 |
Color Harmonies of #60AAFC
Complementary color
Monochromatic Colors of #60AAFC
Black with #60AAFC
Text Example
Text Example
White with #60AAFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60AAFC; }
p { color: rgb(96,170,252); }
H1.HeaderClassName
{
color: #60AAFC;
}
.AnyTagClassName
{
color: #60AAFC;
}
</style>
background-color css
<style>
a { background-color: #60AAFC; }
a { background-color: rgb(96,170,252); }
div.DivClassName
{
background-color: #60AAFC;
}
.BgClassName
{
background-color: #60AAFC;
}
</style>
border-color css
<style>
span { border-color: #60AAFC; }
span { border-color: rgb(96,170,252); }
td.TdClassName
{
border-color: #60AAFC;
}
.TagClassName
{
border-color: #60AAFC;
}
</style>