Shades of Cornflower Blue #64ABFC
Tints of Cornflower Blue #64ABFC
RGB
CMYK
RGB Variations
Color information
#64ABFC (or 0x64ABFC) is known color: Cornflower Blue. HEX triplet: 64, AB and FC. RGB value is (100,171,252). Sum of RGB (Red+Green+Blue) = 100+171+252=523 (69% of max value = 765). Red value is 100 (39.45% from 255 or 19.12% from 523); Green value is 171 (67.19% from 255 or 32.70% from 523); Blue value is 252 (98.83% from 255 or 48.18% from 523); Max value from RGB is 252 - color contains mainly: blue. Hex color #64ABFC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #64ABFC is #9B5403. Grayscale: #9E9E9E. Windows color (decimal): -10179588 or 16558948. OLE color: 16558948.
HSL color Cylindrical-coordinate representation of color #64ABFC: hue angle of 211.97º 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 #64ABFC is Cyan = 0.60, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 100 | 171 | 252 | - |
| CMYK | 0.60 | 0.32 | 0 | 0.01 |
| HSL | 211.97º | 0.96% | 0.69% | - |
| HSV(B) | 211.97º | 0.6% | 0.99% | - |
| XYZ | 37.39 | 38.86 | 97.63 | - |
| YUV | 159.01 | 180.48 | 85.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 171 | 252 | 0.60 | 0.32 | 0 | 0.01 | 211.97 | 0.96 | 0.69 |
| Hex | 64 | AB | FC | 3C | 20 | 0 | 1 | D4 | 60 | 45 |
| Octal | 144 | 253 | 374 | 74 | 40 | 0 | 1 | 324 | 140 | 105 |
| Binary | 1100100 | 10101011 | 11111100 | 111100 | 100000 | 0 | 1 | 11010100 | 1100000 | 1000101 |
Color Harmonies of #64ABFC
Complementary color
Monochromatic Colors of #64ABFC
Black with #64ABFC
Text Example
Text Example
White with #64ABFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64ABFC; }
p { color: rgb(100,171,252); }
H1.HeaderClassName
{
color: #64ABFC;
}
.AnyTagClassName
{
color: #64ABFC;
}
</style>
background-color css
<style>
a { background-color: #64ABFC; }
a { background-color: rgb(100,171,252); }
div.DivClassName
{
background-color: #64ABFC;
}
.BgClassName
{
background-color: #64ABFC;
}
</style>
border-color css
<style>
span { border-color: #64ABFC; }
span { border-color: rgb(100,171,252); }
td.TdClassName
{
border-color: #64ABFC;
}
.TagClassName
{
border-color: #64ABFC;
}
</style>