Shades of Cornflower Blue #64AAFE
Tints of Cornflower Blue #64AAFE
RGB
CMYK
RGB Variations
Color information
#64AAFE (or 0x64AAFE) is known color: Cornflower Blue. HEX triplet: 64, AA and FE. RGB value is (100,170,254). Sum of RGB (Red+Green+Blue) = 100+170+254=524 (69% of max value = 765). Red value is 100 (39.45% from 255 or 19.08% from 524); Green value is 170 (66.80% from 255 or 32.44% from 524); Blue value is 254 (99.61% from 255 or 48.47% from 524); Max value from RGB is 254 - color contains mainly: blue. Hex color #64AAFE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #64AAFE is #9B5501. Grayscale: #9E9E9E. Windows color (decimal): -10179842 or 16689764. OLE color: 16689764.
HSL color Cylindrical-coordinate representation of color #64AAFE: hue angle of 212.73º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #64AAFE is Cyan = 0.61, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 100 | 170 | 254 | - |
| CMYK | 0.61 | 0.33 | 0 | 0.00 |
| HSL | 212.73º | 0.99% | 0.69% | - |
| HSV(B) | 212.73º | 0.61% | 1% | - |
| XYZ | 37.52 | 38.61 | 99.24 | - |
| YUV | 158.65 | 181.81 | 86.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 170 | 254 | 0.61 | 0.33 | 0 | 0.00 | 212.73 | 0.99 | 0.69 |
| Hex | 64 | AA | FE | 3D | 21 | 0 | 0 | D5 | 63 | 45 |
| Octal | 144 | 252 | 376 | 75 | 41 | 0 | 0 | 325 | 143 | 105 |
| Binary | 1100100 | 10101010 | 11111110 | 111101 | 100001 | 0 | 0 | 11010101 | 1100011 | 1000101 |
Color Harmonies of #64AAFE
Complementary color
Monochromatic Colors of #64AAFE
Black with #64AAFE
Text Example
Text Example
White with #64AAFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64AAFE; }
p { color: rgb(100,170,254); }
H1.HeaderClassName
{
color: #64AAFE;
}
.AnyTagClassName
{
color: #64AAFE;
}
</style>
background-color css
<style>
a { background-color: #64AAFE; }
a { background-color: rgb(100,170,254); }
div.DivClassName
{
background-color: #64AAFE;
}
.BgClassName
{
background-color: #64AAFE;
}
</style>
border-color css
<style>
span { border-color: #64AAFE; }
span { border-color: rgb(100,170,254); }
td.TdClassName
{
border-color: #64AAFE;
}
.TagClassName
{
border-color: #64AAFE;
}
</style>