Shades of Maya Blue #64D3FD
Tints of Maya Blue #64D3FD
RGB
CMYK
RGB Variations
Color information
#64D3FD (or 0x64D3FD) is known color: Maya Blue. HEX triplet: 64, D3 and FD. RGB value is (100,211,253). Sum of RGB (Red+Green+Blue) = 100+211+253=564 (74% of max value = 765). Red value is 100 (39.45% from 255 or 17.73% from 564); Green value is 211 (82.81% from 255 or 37.41% from 564); Blue value is 253 (99.22% from 255 or 44.86% from 564); Max value from RGB is 253 - color contains mainly: blue. Hex color #64D3FD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #64D3FD is #9B2C02. Grayscale: #B6B6B6. Windows color (decimal): -10169347 or 16634724. OLE color: 16634724.
HSL color Cylindrical-coordinate representation of color #64D3FD: hue angle of 196.47º degrees, saturation: 0.97, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #64D3FD is Cyan = 0.60, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 100 | 211 | 253 | - |
| CMYK | 0.60 | 0.17 | 0 | 0.01 |
| HSL | 196.47º | 0.97% | 0.69% | - |
| HSV(B) | 196.47º | 0.6% | 0.99% | - |
| XYZ | 46.28 | 56.39 | 101.37 | - |
| YUV | 182.6 | 167.73 | 69.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 211 | 253 | 0.60 | 0.17 | 0 | 0.01 | 196.47 | 0.97 | 0.69 |
| Hex | 64 | D3 | FD | 3C | 11 | 0 | 1 | C4 | 61 | 45 |
| Octal | 144 | 323 | 375 | 74 | 21 | 0 | 1 | 304 | 141 | 105 |
| Binary | 1100100 | 11010011 | 11111101 | 111100 | 10001 | 0 | 1 | 11000100 | 1100001 | 1000101 |
Color Harmonies of #64D3FD
Complementary color
Monochromatic Colors of #64D3FD
Black with #64D3FD
Text Example
Text Example
White with #64D3FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64D3FD; }
p { color: rgb(100,211,253); }
H1.HeaderClassName
{
color: #64D3FD;
}
.AnyTagClassName
{
color: #64D3FD;
}
</style>
background-color css
<style>
a { background-color: #64D3FD; }
a { background-color: rgb(100,211,253); }
div.DivClassName
{
background-color: #64D3FD;
}
.BgClassName
{
background-color: #64D3FD;
}
</style>
border-color css
<style>
span { border-color: #64D3FD; }
span { border-color: rgb(100,211,253); }
td.TdClassName
{
border-color: #64D3FD;
}
.TagClassName
{
border-color: #64D3FD;
}
</style>