Shades of Maya Blue #64BAFA
Tints of Maya Blue #64BAFA
RGB
CMYK
RGB Variations
Color information
#64BAFA (or 0x64BAFA) is known color: Maya Blue. HEX triplet: 64, BA and FA. RGB value is (100,186,250). Sum of RGB (Red+Green+Blue) = 100+186+250=536 (70% of max value = 765). Red value is 100 (39.45% from 255 or 18.66% from 536); Green value is 186 (73.05% from 255 or 34.70% from 536); Blue value is 250 (98.05% from 255 or 46.64% from 536); Max value from RGB is 250 - color contains mainly: blue. Hex color #64BAFA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #64BAFA is #9B4505. Grayscale: #A7A7A7. Windows color (decimal): -10175750 or 16431716. OLE color: 16431716.
HSL color Cylindrical-coordinate representation of color #64BAFA: hue angle of 205.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 #64BAFA is Cyan = 0.6, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 100 | 186 | 250 | - |
| CMYK | 0.6 | 0.26 | 0 | 0.02 |
| HSL | 205.6º | 0.94% | 0.69% | - |
| HSV(B) | 205.6º | 0.6% | 0.98% | - |
| XYZ | 40.07 | 44.73 | 96.96 | - |
| YUV | 167.58 | 174.51 | 79.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 186 | 250 | 0.6 | 0.26 | 0 | 0.02 | 205.6 | 0.94 | 0.69 |
| Hex | 64 | BA | FA | 3C | 1A | 0 | 2 | CE | 5E | 45 |
| Octal | 144 | 272 | 372 | 74 | 32 | 0 | 2 | 316 | 136 | 105 |
| Binary | 1100100 | 10111010 | 11111010 | 111100 | 11010 | 0 | 10 | 11001110 | 1011110 | 1000101 |
Color Harmonies of #64BAFA
Complementary color
Monochromatic Colors of #64BAFA
Black with #64BAFA
Text Example
Text Example
White with #64BAFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64BAFA; }
p { color: rgb(100,186,250); }
H1.HeaderClassName
{
color: #64BAFA;
}
.AnyTagClassName
{
color: #64BAFA;
}
</style>
background-color css
<style>
a { background-color: #64BAFA; }
a { background-color: rgb(100,186,250); }
div.DivClassName
{
background-color: #64BAFA;
}
.BgClassName
{
background-color: #64BAFA;
}
</style>
border-color css
<style>
span { border-color: #64BAFA; }
span { border-color: rgb(100,186,250); }
td.TdClassName
{
border-color: #64BAFA;
}
.TagClassName
{
border-color: #64BAFA;
}
</style>