Shades of Maya Blue #64ACFD
Tints of Maya Blue #64ACFD
RGB
CMYK
RGB Variations
Color information
#64ACFD (or 0x64ACFD) is known color: Maya Blue. HEX triplet: 64, AC and FD. RGB value is (100,172,253). Sum of RGB (Red+Green+Blue) = 100+172+253=525 (69% of max value = 765). Red value is 100 (39.45% from 255 or 19.05% from 525); Green value is 172 (67.58% from 255 or 32.76% from 525); Blue value is 253 (99.22% from 255 or 48.19% from 525); Max value from RGB is 253 - color contains mainly: blue. Hex color #64ACFD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #64ACFD is #9B5302. Grayscale: #9F9F9F. Windows color (decimal): -10179331 or 16624740. OLE color: 16624740.
HSL color Cylindrical-coordinate representation of color #64ACFD: hue angle of 211.76º degrees, saturation: 0.97, 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 #64ACFD is Cyan = 0.60, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 100 | 172 | 253 | - |
| CMYK | 0.60 | 0.32 | 0 | 0.01 |
| HSL | 211.76º | 0.97% | 0.69% | - |
| HSV(B) | 211.76º | 0.6% | 0.99% | - |
| XYZ | 37.74 | 39.31 | 98.53 | - |
| YUV | 159.71 | 180.65 | 85.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 172 | 253 | 0.60 | 0.32 | 0 | 0.01 | 211.76 | 0.97 | 0.69 |
| Hex | 64 | AC | FD | 3C | 20 | 0 | 1 | D4 | 61 | 45 |
| Octal | 144 | 254 | 375 | 74 | 40 | 0 | 1 | 324 | 141 | 105 |
| Binary | 1100100 | 10101100 | 11111101 | 111100 | 100000 | 0 | 1 | 11010100 | 1100001 | 1000101 |
Color Harmonies of #64ACFD
Complementary color
Monochromatic Colors of #64ACFD
Black with #64ACFD
Text Example
Text Example
White with #64ACFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64ACFD; }
p { color: rgb(100,172,253); }
H1.HeaderClassName
{
color: #64ACFD;
}
.AnyTagClassName
{
color: #64ACFD;
}
</style>
background-color css
<style>
a { background-color: #64ACFD; }
a { background-color: rgb(100,172,253); }
div.DivClassName
{
background-color: #64ACFD;
}
.BgClassName
{
background-color: #64ACFD;
}
</style>
border-color css
<style>
span { border-color: #64ACFD; }
span { border-color: rgb(100,172,253); }
td.TdClassName
{
border-color: #64ACFD;
}
.TagClassName
{
border-color: #64ACFD;
}
</style>