Shades of Cornflower Blue #64ABFE
Tints of Cornflower Blue #64ABFE
RGB
CMYK
RGB Variations
Color information
#64ABFE (or 0x64ABFE) is known color: Cornflower Blue. HEX triplet: 64, AB and FE. RGB value is (100,171,254). Sum of RGB (Red+Green+Blue) = 100+171+254=525 (69% of max value = 765). Red value is 100 (39.45% from 255 or 19.05% from 525); Green value is 171 (67.19% from 255 or 32.57% from 525); Blue value is 254 (99.61% from 255 or 48.38% from 525); Max value from RGB is 254 - color contains mainly: blue. Hex color #64ABFE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #64ABFE is #9B5401. Grayscale: #9E9E9E. Windows color (decimal): -10179586 or 16690020. OLE color: 16690020.
HSL color Cylindrical-coordinate representation of color #64ABFE: hue angle of 212.34º 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 #64ABFE is Cyan = 0.61, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 100 | 171 | 254 | - |
| CMYK | 0.61 | 0.33 | 0 | 0.00 |
| HSL | 212.34º | 0.99% | 0.69% | - |
| HSV(B) | 212.34º | 0.61% | 1% | - |
| XYZ | 37.71 | 38.99 | 99.3 | - |
| YUV | 159.23 | 181.48 | 85.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 171 | 254 | 0.61 | 0.33 | 0 | 0.00 | 212.34 | 0.99 | 0.69 |
| Hex | 64 | AB | FE | 3D | 21 | 0 | 0 | D4 | 63 | 45 |
| Octal | 144 | 253 | 376 | 75 | 41 | 0 | 0 | 324 | 143 | 105 |
| Binary | 1100100 | 10101011 | 11111110 | 111101 | 100001 | 0 | 0 | 11010100 | 1100011 | 1000101 |
Color Harmonies of #64ABFE
Complementary color
Monochromatic Colors of #64ABFE
Black with #64ABFE
Text Example
Text Example
White with #64ABFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64ABFE; }
p { color: rgb(100,171,254); }
H1.HeaderClassName
{
color: #64ABFE;
}
.AnyTagClassName
{
color: #64ABFE;
}
</style>
background-color css
<style>
a { background-color: #64ABFE; }
a { background-color: rgb(100,171,254); }
div.DivClassName
{
background-color: #64ABFE;
}
.BgClassName
{
background-color: #64ABFE;
}
</style>
border-color css
<style>
span { border-color: #64ABFE; }
span { border-color: rgb(100,171,254); }
td.TdClassName
{
border-color: #64ABFE;
}
.TagClassName
{
border-color: #64ABFE;
}
</style>