Shades of Cornflower Blue #64ABFB
Tints of Cornflower Blue #64ABFB
RGB
CMYK
RGB Variations
Color information
#64ABFB (or 0x64ABFB) is known color: Cornflower Blue. HEX triplet: 64, AB and FB. RGB value is (100,171,251). Sum of RGB (Red+Green+Blue) = 100+171+251=522 (69% of max value = 765). Red value is 100 (39.45% from 255 or 19.16% from 522); Green value is 171 (67.19% from 255 or 32.76% from 522); Blue value is 251 (98.44% from 255 or 48.08% from 522); Max value from RGB is 251 - color contains mainly: blue. Hex color #64ABFB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #64ABFB is #9B5404. Grayscale: #9E9E9E. Windows color (decimal): -10179589 or 16493412. OLE color: 16493412.
HSL color Cylindrical-coordinate representation of color #64ABFB: hue angle of 211.79º degrees, saturation: 0.95, 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 #64ABFB is Cyan = 0.60, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 100 | 171 | 251 | - |
| CMYK | 0.60 | 0.32 | 0 | 0.02 |
| HSL | 211.79º | 0.95% | 0.69% | - |
| HSV(B) | 211.79º | 0.6% | 0.98% | - |
| XYZ | 37.23 | 38.8 | 96.79 | - |
| YUV | 158.89 | 179.98 | 86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 171 | 251 | 0.60 | 0.32 | 0 | 0.02 | 211.79 | 0.95 | 0.69 |
| Hex | 64 | AB | FB | 3C | 20 | 0 | 2 | D4 | 5F | 45 |
| Octal | 144 | 253 | 373 | 74 | 40 | 0 | 2 | 324 | 137 | 105 |
| Binary | 1100100 | 10101011 | 11111011 | 111100 | 100000 | 0 | 10 | 11010100 | 1011111 | 1000101 |
Color Harmonies of #64ABFB
Complementary color
Monochromatic Colors of #64ABFB
Black with #64ABFB
Text Example
Text Example
White with #64ABFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64ABFB; }
p { color: rgb(100,171,251); }
H1.HeaderClassName
{
color: #64ABFB;
}
.AnyTagClassName
{
color: #64ABFB;
}
</style>
background-color css
<style>
a { background-color: #64ABFB; }
a { background-color: rgb(100,171,251); }
div.DivClassName
{
background-color: #64ABFB;
}
.BgClassName
{
background-color: #64ABFB;
}
</style>
border-color css
<style>
span { border-color: #64ABFB; }
span { border-color: rgb(100,171,251); }
td.TdClassName
{
border-color: #64ABFB;
}
.TagClassName
{
border-color: #64ABFB;
}
</style>