Shades of Maya Blue #64B7FA
Tints of Maya Blue #64B7FA
RGB
CMYK
RGB Variations
Color information
#64B7FA (or 0x64B7FA) is known color: Maya Blue. HEX triplet: 64, B7 and FA. RGB value is (100,183,250). Sum of RGB (Red+Green+Blue) = 100+183+250=533 (70% of max value = 765). Red value is 100 (39.45% from 255 or 18.76% from 533); Green value is 183 (71.88% from 255 or 34.33% from 533); Blue value is 250 (98.05% from 255 or 46.90% from 533); Max value from RGB is 250 - color contains mainly: blue. Hex color #64B7FA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #64B7FA is #9B4805. Grayscale: #A5A5A5. Windows color (decimal): -10176518 or 16430948. OLE color: 16430948.
HSL color Cylindrical-coordinate representation of color #64B7FA: hue angle of 206.8º 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 #64B7FA is Cyan = 0.6, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 100 | 183 | 250 | - |
| CMYK | 0.6 | 0.27 | 0 | 0.02 |
| HSL | 206.8º | 0.94% | 0.69% | - |
| HSV(B) | 206.8º | 0.6% | 0.98% | - |
| XYZ | 39.44 | 43.48 | 96.76 | - |
| YUV | 165.82 | 175.5 | 81.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 183 | 250 | 0.6 | 0.27 | 0 | 0.02 | 206.8 | 0.94 | 0.69 |
| Hex | 64 | B7 | FA | 3C | 1B | 0 | 2 | CF | 5E | 45 |
| Octal | 144 | 267 | 372 | 74 | 33 | 0 | 2 | 317 | 136 | 105 |
| Binary | 1100100 | 10110111 | 11111010 | 111100 | 11011 | 0 | 10 | 11001111 | 1011110 | 1000101 |
Color Harmonies of #64B7FA
Complementary color
Monochromatic Colors of #64B7FA
Black with #64B7FA
Text Example
Text Example
White with #64B7FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64B7FA; }
p { color: rgb(100,183,250); }
H1.HeaderClassName
{
color: #64B7FA;
}
.AnyTagClassName
{
color: #64B7FA;
}
</style>
background-color css
<style>
a { background-color: #64B7FA; }
a { background-color: rgb(100,183,250); }
div.DivClassName
{
background-color: #64B7FA;
}
.BgClassName
{
background-color: #64B7FA;
}
</style>
border-color css
<style>
span { border-color: #64B7FA; }
span { border-color: rgb(100,183,250); }
td.TdClassName
{
border-color: #64B7FA;
}
.TagClassName
{
border-color: #64B7FA;
}
</style>