Shades of Maya Blue #64BFFA
Tints of Maya Blue #64BFFA
RGB
CMYK
RGB Variations
Color information
#64BFFA (or 0x64BFFA) is known color: Maya Blue. HEX triplet: 64, BF and FA. RGB value is (100,191,250). Sum of RGB (Red+Green+Blue) = 100+191+250=541 (71% of max value = 765). Red value is 100 (39.45% from 255 or 18.48% from 541); Green value is 191 (75% from 255 or 35.30% from 541); Blue value is 250 (98.05% from 255 or 46.21% from 541); Max value from RGB is 250 - color contains mainly: blue. Hex color #64BFFA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #64BFFA is #9B4005. Grayscale: #AAAAAA. Windows color (decimal): -10174470 or 16432996. OLE color: 16432996.
HSL color Cylindrical-coordinate representation of color #64BFFA: hue angle of 203.6º 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 #64BFFA is Cyan = 0.6, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 100 | 191 | 250 | - |
| CMYK | 0.6 | 0.24 | 0 | 0.02 |
| HSL | 203.6º | 0.94% | 0.69% | - |
| HSV(B) | 203.6º | 0.6% | 0.98% | - |
| XYZ | 41.14 | 46.87 | 97.32 | - |
| YUV | 170.52 | 172.85 | 77.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 191 | 250 | 0.6 | 0.24 | 0 | 0.02 | 203.6 | 0.94 | 0.69 |
| Hex | 64 | BF | FA | 3C | 18 | 0 | 2 | CC | 5E | 45 |
| Octal | 144 | 277 | 372 | 74 | 30 | 0 | 2 | 314 | 136 | 105 |
| Binary | 1100100 | 10111111 | 11111010 | 111100 | 11000 | 0 | 10 | 11001100 | 1011110 | 1000101 |
Color Harmonies of #64BFFA
Complementary color
Monochromatic Colors of #64BFFA
Black with #64BFFA
Text Example
Text Example
White with #64BFFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64BFFA; }
p { color: rgb(100,191,250); }
H1.HeaderClassName
{
color: #64BFFA;
}
.AnyTagClassName
{
color: #64BFFA;
}
</style>
background-color css
<style>
a { background-color: #64BFFA; }
a { background-color: rgb(100,191,250); }
div.DivClassName
{
background-color: #64BFFA;
}
.BgClassName
{
background-color: #64BFFA;
}
</style>
border-color css
<style>
span { border-color: #64BFFA; }
span { border-color: rgb(100,191,250); }
td.TdClassName
{
border-color: #64BFFA;
}
.TagClassName
{
border-color: #64BFFA;
}
</style>