Shades of Maya Blue #64ACFC
Tints of Maya Blue #64ACFC
RGB
CMYK
RGB Variations
Color information
#64ACFC (or 0x64ACFC) is known color: Maya Blue. HEX triplet: 64, AC and FC. RGB value is (100,172,252). Sum of RGB (Red+Green+Blue) = 100+172+252=524 (69% of max value = 765). Red value is 100 (39.45% from 255 or 19.08% from 524); Green value is 172 (67.58% from 255 or 32.82% from 524); Blue value is 252 (98.83% from 255 or 48.09% from 524); Max value from RGB is 252 - color contains mainly: blue. Hex color #64ACFC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #64ACFC is #9B5303. Grayscale: #9F9F9F. Windows color (decimal): -10179332 or 16559204. OLE color: 16559204.
HSL color Cylindrical-coordinate representation of color #64ACFC: hue angle of 211.58º 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 #64ACFC is Cyan = 0.60, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 100 | 172 | 252 | - |
| CMYK | 0.60 | 0.32 | 0 | 0.01 |
| HSL | 211.58º | 0.96% | 0.69% | - |
| HSV(B) | 211.58º | 0.6% | 0.99% | - |
| XYZ | 37.58 | 39.24 | 97.69 | - |
| YUV | 159.59 | 180.15 | 85.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 172 | 252 | 0.60 | 0.32 | 0 | 0.01 | 211.58 | 0.96 | 0.69 |
| Hex | 64 | AC | FC | 3C | 20 | 0 | 1 | D4 | 60 | 45 |
| Octal | 144 | 254 | 374 | 74 | 40 | 0 | 1 | 324 | 140 | 105 |
| Binary | 1100100 | 10101100 | 11111100 | 111100 | 100000 | 0 | 1 | 11010100 | 1100000 | 1000101 |
Color Harmonies of #64ACFC
Complementary color
Monochromatic Colors of #64ACFC
Black with #64ACFC
Text Example
Text Example
White with #64ACFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64ACFC; }
p { color: rgb(100,172,252); }
H1.HeaderClassName
{
color: #64ACFC;
}
.AnyTagClassName
{
color: #64ACFC;
}
</style>
background-color css
<style>
a { background-color: #64ACFC; }
a { background-color: rgb(100,172,252); }
div.DivClassName
{
background-color: #64ACFC;
}
.BgClassName
{
background-color: #64ACFC;
}
</style>
border-color css
<style>
span { border-color: #64ACFC; }
span { border-color: rgb(100,172,252); }
td.TdClassName
{
border-color: #64ACFC;
}
.TagClassName
{
border-color: #64ACFC;
}
</style>