Shades of Cornflower Blue #60AAFE
Tints of Cornflower Blue #60AAFE
RGB
CMYK
RGB Variations
Color information
#60AAFE (or 0x60AAFE) is known color: Cornflower Blue. HEX triplet: 60, AA and FE. RGB value is (96,170,254). Sum of RGB (Red+Green+Blue) = 96+170+254=520 (68% of max value = 765). Red value is 96 (37.89% from 255 or 18.46% from 520); Green value is 170 (66.80% from 255 or 32.69% from 520); Blue value is 254 (99.61% from 255 or 48.85% from 520); Max value from RGB is 254 - color contains mainly: blue. Hex color #60AAFE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #60AAFE is #9F5501. Grayscale: #9D9D9D. Windows color (decimal): -10441986 or 16689760. OLE color: 16689760.
HSL color Cylindrical-coordinate representation of color #60AAFE: hue angle of 211.9º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #60AAFE is Cyan = 0.62, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 96 | 170 | 254 | - |
| CMYK | 0.62 | 0.33 | 0 | 0.00 |
| HSL | 211.9º | 0.99% | 0.69% | - |
| HSV(B) | 211.9º | 0.62% | 1% | - |
| XYZ | 37.09 | 38.39 | 99.22 | - |
| YUV | 157.45 | 182.48 | 84.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 170 | 254 | 0.62 | 0.33 | 0 | 0.00 | 211.9 | 0.99 | 0.69 |
| Hex | 60 | AA | FE | 3E | 21 | 0 | 0 | D4 | 63 | 45 |
| Octal | 140 | 252 | 376 | 76 | 41 | 0 | 0 | 324 | 143 | 105 |
| Binary | 1100000 | 10101010 | 11111110 | 111110 | 100001 | 0 | 0 | 11010100 | 1100011 | 1000101 |
Color Harmonies of #60AAFE
Complementary color
Monochromatic Colors of #60AAFE
Black with #60AAFE
Text Example
Text Example
White with #60AAFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60AAFE; }
p { color: rgb(96,170,254); }
H1.HeaderClassName
{
color: #60AAFE;
}
.AnyTagClassName
{
color: #60AAFE;
}
</style>
background-color css
<style>
a { background-color: #60AAFE; }
a { background-color: rgb(96,170,254); }
div.DivClassName
{
background-color: #60AAFE;
}
.BgClassName
{
background-color: #60AAFE;
}
</style>
border-color css
<style>
span { border-color: #60AAFE; }
span { border-color: rgb(96,170,254); }
td.TdClassName
{
border-color: #60AAFE;
}
.TagClassName
{
border-color: #60AAFE;
}
</style>