Shades of Maya Blue #64C1FA
Tints of Maya Blue #64C1FA
RGB
CMYK
RGB Variations
Color information
#64C1FA (or 0x64C1FA) is known color: Maya Blue. HEX triplet: 64, C1 and FA. RGB value is (100,193,250). Sum of RGB (Red+Green+Blue) = 100+193+250=543 (71% of max value = 765). Red value is 100 (39.45% from 255 or 18.42% from 543); Green value is 193 (75.78% from 255 or 35.54% from 543); Blue value is 250 (98.05% from 255 or 46.04% from 543); Max value from RGB is 250 - color contains mainly: blue. Hex color #64C1FA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #64C1FA is #9B3E05. Grayscale: #ABABAB. Windows color (decimal): -10173958 or 16433508. OLE color: 16433508.
HSL color Cylindrical-coordinate representation of color #64C1FA: hue angle of 202.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 #64C1FA is Cyan = 0.6, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 100 | 193 | 250 | - |
| CMYK | 0.6 | 0.23 | 0 | 0.02 |
| HSL | 202.8º | 0.94% | 0.69% | - |
| HSV(B) | 202.8º | 0.6% | 0.98% | - |
| XYZ | 41.58 | 47.75 | 97.47 | - |
| YUV | 171.69 | 172.19 | 76.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 193 | 250 | 0.6 | 0.23 | 0 | 0.02 | 202.8 | 0.94 | 0.69 |
| Hex | 64 | C1 | FA | 3C | 17 | 0 | 2 | CB | 5E | 45 |
| Octal | 144 | 301 | 372 | 74 | 27 | 0 | 2 | 313 | 136 | 105 |
| Binary | 1100100 | 11000001 | 11111010 | 111100 | 10111 | 0 | 10 | 11001011 | 1011110 | 1000101 |
Color Harmonies of #64C1FA
Complementary color
Monochromatic Colors of #64C1FA
Black with #64C1FA
Text Example
Text Example
White with #64C1FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64C1FA; }
p { color: rgb(100,193,250); }
H1.HeaderClassName
{
color: #64C1FA;
}
.AnyTagClassName
{
color: #64C1FA;
}
</style>
background-color css
<style>
a { background-color: #64C1FA; }
a { background-color: rgb(100,193,250); }
div.DivClassName
{
background-color: #64C1FA;
}
.BgClassName
{
background-color: #64C1FA;
}
</style>
border-color css
<style>
span { border-color: #64C1FA; }
span { border-color: rgb(100,193,250); }
td.TdClassName
{
border-color: #64C1FA;
}
.TagClassName
{
border-color: #64C1FA;
}
</style>