Shades of Cornflower Blue #64AAFC
Tints of Cornflower Blue #64AAFC
RGB
CMYK
RGB Variations
Color information
#64AAFC (or 0x64AAFC) is known color: Cornflower Blue. HEX triplet: 64, AA and FC. RGB value is (100,170,252). Sum of RGB (Red+Green+Blue) = 100+170+252=522 (69% of max value = 765). Red value is 100 (39.45% from 255 or 19.16% from 522); Green value is 170 (66.80% from 255 or 32.57% from 522); Blue value is 252 (98.83% from 255 or 48.28% from 522); Max value from RGB is 252 - color contains mainly: blue. Hex color #64AAFC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #64AAFC is #9B5503. Grayscale: #9E9E9E. Windows color (decimal): -10179844 or 16558692. OLE color: 16558692.
HSL color Cylindrical-coordinate representation of color #64AAFC: hue angle of 212.37º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #64AAFC is Cyan = 0.60, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 100 | 170 | 252 | - |
| CMYK | 0.60 | 0.33 | 0 | 0.01 |
| HSL | 212.37º | 0.96% | 0.69% | - |
| HSV(B) | 212.37º | 0.6% | 0.99% | - |
| XYZ | 37.2 | 38.49 | 97.56 | - |
| YUV | 158.42 | 180.81 | 86.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 170 | 252 | 0.60 | 0.33 | 0 | 0.01 | 212.37 | 0.96 | 0.69 |
| Hex | 64 | AA | FC | 3C | 21 | 0 | 1 | D4 | 60 | 45 |
| Octal | 144 | 252 | 374 | 74 | 41 | 0 | 1 | 324 | 140 | 105 |
| Binary | 1100100 | 10101010 | 11111100 | 111100 | 100001 | 0 | 1 | 11010100 | 1100000 | 1000101 |
Color Harmonies of #64AAFC
Complementary color
Monochromatic Colors of #64AAFC
Black with #64AAFC
Text Example
Text Example
White with #64AAFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64AAFC; }
p { color: rgb(100,170,252); }
H1.HeaderClassName
{
color: #64AAFC;
}
.AnyTagClassName
{
color: #64AAFC;
}
</style>
background-color css
<style>
a { background-color: #64AAFC; }
a { background-color: rgb(100,170,252); }
div.DivClassName
{
background-color: #64AAFC;
}
.BgClassName
{
background-color: #64AAFC;
}
</style>
border-color css
<style>
span { border-color: #64AAFC; }
span { border-color: rgb(100,170,252); }
td.TdClassName
{
border-color: #64AAFC;
}
.TagClassName
{
border-color: #64AAFC;
}
</style>