Shades of Maya Blue #64B4FE
Tints of Maya Blue #64B4FE
RGB
CMYK
RGB Variations
Color information
#64B4FE (or 0x64B4FE) is known color: Maya Blue. HEX triplet: 64, B4 and FE. RGB value is (100,180,254). Sum of RGB (Red+Green+Blue) = 100+180+254=534 (70% of max value = 765). Red value is 100 (39.45% from 255 or 18.73% from 534); Green value is 180 (70.70% from 255 or 33.71% from 534); Blue value is 254 (99.61% from 255 or 47.57% from 534); Max value from RGB is 254 - color contains mainly: blue. Hex color #64B4FE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #64B4FE is #9B4B01. Grayscale: #A4A4A4. Windows color (decimal): -10177282 or 16692324. OLE color: 16692324.
HSL color Cylindrical-coordinate representation of color #64B4FE: hue angle of 208.83º 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 #64B4FE is Cyan = 0.61, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 100 | 180 | 254 | - |
| CMYK | 0.61 | 0.29 | 0 | 0.00 |
| HSL | 208.83º | 0.99% | 0.69% | - |
| HSV(B) | 208.83º | 0.61% | 1% | - |
| XYZ | 39.47 | 42.51 | 99.89 | - |
| YUV | 164.52 | 178.5 | 81.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 180 | 254 | 0.61 | 0.29 | 0 | 0.00 | 208.83 | 0.99 | 0.69 |
| Hex | 64 | B4 | FE | 3D | 1D | 0 | 0 | D1 | 63 | 45 |
| Octal | 144 | 264 | 376 | 75 | 35 | 0 | 0 | 321 | 143 | 105 |
| Binary | 1100100 | 10110100 | 11111110 | 111101 | 11101 | 0 | 0 | 11010001 | 1100011 | 1000101 |
Color Harmonies of #64B4FE
Complementary color
Monochromatic Colors of #64B4FE
Black with #64B4FE
Text Example
Text Example
White with #64B4FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64B4FE; }
p { color: rgb(100,180,254); }
H1.HeaderClassName
{
color: #64B4FE;
}
.AnyTagClassName
{
color: #64B4FE;
}
</style>
background-color css
<style>
a { background-color: #64B4FE; }
a { background-color: rgb(100,180,254); }
div.DivClassName
{
background-color: #64B4FE;
}
.BgClassName
{
background-color: #64B4FE;
}
</style>
border-color css
<style>
span { border-color: #64B4FE; }
span { border-color: rgb(100,180,254); }
td.TdClassName
{
border-color: #64B4FE;
}
.TagClassName
{
border-color: #64B4FE;
}
</style>