Shades of Cornflower Blue #64AAFA
Tints of Cornflower Blue #64AAFA
RGB
CMYK
RGB Variations
Color information
#64AAFA (or 0x64AAFA) is known color: Cornflower Blue. HEX triplet: 64, AA and FA. RGB value is (100,170,250). Sum of RGB (Red+Green+Blue) = 100+170+250=520 (68% of max value = 765). Red value is 100 (39.45% from 255 or 19.23% from 520); Green value is 170 (66.80% from 255 or 32.69% from 520); Blue value is 250 (98.05% from 255 or 48.08% from 520); Max value from RGB is 250 - color contains mainly: blue. Hex color #64AAFA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #64AAFA is #9B5505. Grayscale: #9D9D9D. Windows color (decimal): -10179846 or 16427620. OLE color: 16427620.
HSL color Cylindrical-coordinate representation of color #64AAFA: hue angle of 212º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #64AAFA is Cyan = 0.6, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 100 | 170 | 250 | - |
| CMYK | 0.6 | 0.32 | 0 | 0.02 |
| HSL | 212º | 0.94% | 0.69% | - |
| HSV(B) | 212º | 0.6% | 0.98% | - |
| XYZ | 36.89 | 38.36 | 95.9 | - |
| YUV | 158.19 | 179.81 | 86.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 170 | 250 | 0.6 | 0.32 | 0 | 0.02 | 212 | 0.94 | 0.69 |
| Hex | 64 | AA | FA | 3C | 20 | 0 | 2 | D4 | 5E | 45 |
| Octal | 144 | 252 | 372 | 74 | 40 | 0 | 2 | 324 | 136 | 105 |
| Binary | 1100100 | 10101010 | 11111010 | 111100 | 100000 | 0 | 10 | 11010100 | 1011110 | 1000101 |
Color Harmonies of #64AAFA
Complementary color
Monochromatic Colors of #64AAFA
Black with #64AAFA
Text Example
Text Example
White with #64AAFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64AAFA; }
p { color: rgb(100,170,250); }
H1.HeaderClassName
{
color: #64AAFA;
}
.AnyTagClassName
{
color: #64AAFA;
}
</style>
background-color css
<style>
a { background-color: #64AAFA; }
a { background-color: rgb(100,170,250); }
div.DivClassName
{
background-color: #64AAFA;
}
.BgClassName
{
background-color: #64AAFA;
}
</style>
border-color css
<style>
span { border-color: #64AAFA; }
span { border-color: rgb(100,170,250); }
td.TdClassName
{
border-color: #64AAFA;
}
.TagClassName
{
border-color: #64AAFA;
}
</style>