Shades of Maya Blue #64D1FA
Tints of Maya Blue #64D1FA
RGB
CMYK
RGB Variations
Color information
#64D1FA (or 0x64D1FA) is known color: Maya Blue. HEX triplet: 64, D1 and FA. RGB value is (100,209,250). Sum of RGB (Red+Green+Blue) = 100+209+250=559 (74% of max value = 765). Red value is 100 (39.45% from 255 or 17.89% from 559); Green value is 209 (82.03% from 255 or 37.39% from 559); Blue value is 250 (98.05% from 255 or 44.72% from 559); Max value from RGB is 250 - color contains mainly: blue. Hex color #64D1FA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #64D1FA is #9B2E05. Grayscale: #B4B4B4. Windows color (decimal): -10169862 or 16437604. OLE color: 16437604.
HSL color Cylindrical-coordinate representation of color #64D1FA: hue angle of 196.4º degrees, saturation: 0.94, 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 #64D1FA is Cyan = 0.6, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 100 | 209 | 250 | - |
| CMYK | 0.6 | 0.16 | 0 | 0.02 |
| HSL | 196.4º | 0.94% | 0.69% | - |
| HSV(B) | 196.4º | 0.6% | 0.98% | - |
| XYZ | 45.31 | 55.21 | 98.71 | - |
| YUV | 181.08 | 166.89 | 70.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 209 | 250 | 0.6 | 0.16 | 0 | 0.02 | 196.4 | 0.94 | 0.69 |
| Hex | 64 | D1 | FA | 3C | 10 | 0 | 2 | C4 | 5E | 45 |
| Octal | 144 | 321 | 372 | 74 | 20 | 0 | 2 | 304 | 136 | 105 |
| Binary | 1100100 | 11010001 | 11111010 | 111100 | 10000 | 0 | 10 | 11000100 | 1011110 | 1000101 |
Color Harmonies of #64D1FA
Complementary color
Monochromatic Colors of #64D1FA
Black with #64D1FA
Text Example
Text Example
White with #64D1FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64D1FA; }
p { color: rgb(100,209,250); }
H1.HeaderClassName
{
color: #64D1FA;
}
.AnyTagClassName
{
color: #64D1FA;
}
</style>
background-color css
<style>
a { background-color: #64D1FA; }
a { background-color: rgb(100,209,250); }
div.DivClassName
{
background-color: #64D1FA;
}
.BgClassName
{
background-color: #64D1FA;
}
</style>
border-color css
<style>
span { border-color: #64D1FA; }
span { border-color: rgb(100,209,250); }
td.TdClassName
{
border-color: #64D1FA;
}
.TagClassName
{
border-color: #64D1FA;
}
</style>