Shades of Maya Blue #64D0FE
Tints of Maya Blue #64D0FE
RGB
CMYK
RGB Variations
Color information
#64D0FE (or 0x64D0FE) is known color: Maya Blue. HEX triplet: 64, D0 and FE. RGB value is (100,208,254). Sum of RGB (Red+Green+Blue) = 100+208+254=562 (74% of max value = 765). Red value is 100 (39.45% from 255 or 17.79% from 562); Green value is 208 (81.64% from 255 or 37.01% from 562); Blue value is 254 (99.61% from 255 or 45.20% from 562); Max value from RGB is 254 - color contains mainly: blue. Hex color #64D0FE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #64D0FE is #9B2F01. Grayscale: #B4B4B4. Windows color (decimal): -10170114 or 16699492. OLE color: 16699492.
HSL color Cylindrical-coordinate representation of color #64D0FE: hue angle of 197.92º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #64D0FE is Cyan = 0.61, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 100 | 208 | 254 | - |
| CMYK | 0.61 | 0.18 | 0 | 0.00 |
| HSL | 197.92º | 0.99% | 0.69% | - |
| HSV(B) | 197.92º | 0.61% | 1% | - |
| XYZ | 45.7 | 54.98 | 101.97 | - |
| YUV | 180.95 | 169.22 | 70.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 208 | 254 | 0.61 | 0.18 | 0 | 0.00 | 197.92 | 0.99 | 0.69 |
| Hex | 64 | D0 | FE | 3D | 12 | 0 | 0 | C6 | 63 | 45 |
| Octal | 144 | 320 | 376 | 75 | 22 | 0 | 0 | 306 | 143 | 105 |
| Binary | 1100100 | 11010000 | 11111110 | 111101 | 10010 | 0 | 0 | 11000110 | 1100011 | 1000101 |
Color Harmonies of #64D0FE
Complementary color
Monochromatic Colors of #64D0FE
Black with #64D0FE
Text Example
Text Example
White with #64D0FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64D0FE; }
p { color: rgb(100,208,254); }
H1.HeaderClassName
{
color: #64D0FE;
}
.AnyTagClassName
{
color: #64D0FE;
}
</style>
background-color css
<style>
a { background-color: #64D0FE; }
a { background-color: rgb(100,208,254); }
div.DivClassName
{
background-color: #64D0FE;
}
.BgClassName
{
background-color: #64D0FE;
}
</style>
border-color css
<style>
span { border-color: #64D0FE; }
span { border-color: rgb(100,208,254); }
td.TdClassName
{
border-color: #64D0FE;
}
.TagClassName
{
border-color: #64D0FE;
}
</style>