Shades of Maya Blue #64D2FA
Tints of Maya Blue #64D2FA
RGB
CMYK
RGB Variations
Color information
#64D2FA (or 0x64D2FA) is known color: Maya Blue. HEX triplet: 64, D2 and FA. RGB value is (100,210,250). Sum of RGB (Red+Green+Blue) = 100+210+250=560 (74% of max value = 765). Red value is 100 (39.45% from 255 or 17.86% from 560); Green value is 210 (82.42% from 255 or 37.5% from 560); Blue value is 250 (98.05% from 255 or 44.64% from 560); Max value from RGB is 250 - color contains mainly: blue. Hex color #64D2FA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #64D2FA is #9B2D05. Grayscale: #B5B5B5. Windows color (decimal): -10169606 or 16437860. OLE color: 16437860.
HSL color Cylindrical-coordinate representation of color #64D2FA: hue angle of 196º 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 #64D2FA is Cyan = 0.6, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 100 | 210 | 250 | - |
| CMYK | 0.6 | 0.16 | 0 | 0.02 |
| HSL | 196º | 0.94% | 0.69% | - |
| HSV(B) | 196º | 0.6% | 0.98% | - |
| XYZ | 45.56 | 55.7 | 98.79 | - |
| YUV | 181.67 | 166.56 | 69.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 210 | 250 | 0.6 | 0.16 | 0 | 0.02 | 196 | 0.94 | 0.69 |
| Hex | 64 | D2 | FA | 3C | 10 | 0 | 2 | C4 | 5E | 45 |
| Octal | 144 | 322 | 372 | 74 | 20 | 0 | 2 | 304 | 136 | 105 |
| Binary | 1100100 | 11010010 | 11111010 | 111100 | 10000 | 0 | 10 | 11000100 | 1011110 | 1000101 |
Color Harmonies of #64D2FA
Complementary color
Monochromatic Colors of #64D2FA
Black with #64D2FA
Text Example
Text Example
White with #64D2FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64D2FA; }
p { color: rgb(100,210,250); }
H1.HeaderClassName
{
color: #64D2FA;
}
.AnyTagClassName
{
color: #64D2FA;
}
</style>
background-color css
<style>
a { background-color: #64D2FA; }
a { background-color: rgb(100,210,250); }
div.DivClassName
{
background-color: #64D2FA;
}
.BgClassName
{
background-color: #64D2FA;
}
</style>
border-color css
<style>
span { border-color: #64D2FA; }
span { border-color: rgb(100,210,250); }
td.TdClassName
{
border-color: #64D2FA;
}
.TagClassName
{
border-color: #64D2FA;
}
</style>