Shades of Maya Blue #64D0F9
Tints of Maya Blue #64D0F9
RGB
CMYK
RGB Variations
Color information
#64D0F9 (or 0x64D0F9) is known color: Maya Blue. HEX triplet: 64, D0 and F9. RGB value is (100,208,249). Sum of RGB (Red+Green+Blue) = 100+208+249=557 (73% of max value = 765). Red value is 100 (39.45% from 255 or 17.95% from 557); Green value is 208 (81.64% from 255 or 37.34% from 557); Blue value is 249 (97.66% from 255 or 44.70% from 557); Max value from RGB is 249 - color contains mainly: blue. Hex color #64D0F9 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #64D0F9 is #9B2F06. Grayscale: #B4B4B4. Windows color (decimal): -10170119 or 16371812. OLE color: 16371812.
HSL color Cylindrical-coordinate representation of color #64D0F9: hue angle of 196.51º degrees, saturation: 0.93, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #64D0F9 is Cyan = 0.60, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 100 | 208 | 249 | - |
| CMYK | 0.60 | 0.16 | 0 | 0.02 |
| HSL | 196.51º | 0.93% | 0.68% | - |
| HSV(B) | 196.51º | 0.6% | 0.98% | - |
| XYZ | 44.91 | 54.66 | 97.81 | - |
| YUV | 180.38 | 166.72 | 70.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 208 | 249 | 0.60 | 0.16 | 0 | 0.02 | 196.51 | 0.93 | 0.68 |
| Hex | 64 | D0 | F9 | 3C | 10 | 0 | 2 | C5 | 5D | 44 |
| Octal | 144 | 320 | 371 | 74 | 20 | 0 | 2 | 305 | 135 | 104 |
| Binary | 1100100 | 11010000 | 11111001 | 111100 | 10000 | 0 | 10 | 11000101 | 1011101 | 1000100 |
Color Harmonies of #64D0F9
Complementary color
Monochromatic Colors of #64D0F9
Black with #64D0F9
Text Example
Text Example
White with #64D0F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64D0F9; }
p { color: rgb(100,208,249); }
H1.HeaderClassName
{
color: #64D0F9;
}
.AnyTagClassName
{
color: #64D0F9;
}
</style>
background-color css
<style>
a { background-color: #64D0F9; }
a { background-color: rgb(100,208,249); }
div.DivClassName
{
background-color: #64D0F9;
}
.BgClassName
{
background-color: #64D0F9;
}
</style>
border-color css
<style>
span { border-color: #64D0F9; }
span { border-color: rgb(100,208,249); }
td.TdClassName
{
border-color: #64D0F9;
}
.TagClassName
{
border-color: #64D0F9;
}
</style>