Shades of Maya Blue #64BAFD
Tints of Maya Blue #64BAFD
RGB
CMYK
RGB Variations
Color information
#64BAFD (or 0x64BAFD) is known color: Maya Blue. HEX triplet: 64, BA and FD. RGB value is (100,186,253). Sum of RGB (Red+Green+Blue) = 100+186+253=539 (71% of max value = 765). Red value is 100 (39.45% from 255 or 18.55% from 539); Green value is 186 (73.05% from 255 or 34.51% from 539); Blue value is 253 (99.22% from 255 or 46.94% from 539); Max value from RGB is 253 - color contains mainly: blue. Hex color #64BAFD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #64BAFD is #9B4502. Grayscale: #A7A7A7. Windows color (decimal): -10175747 or 16628324. OLE color: 16628324.
HSL color Cylindrical-coordinate representation of color #64BAFD: hue angle of 206.27º 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 #64BAFD is Cyan = 0.60, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 100 | 186 | 253 | - |
| CMYK | 0.60 | 0.26 | 0 | 0.01 |
| HSL | 206.27º | 0.97% | 0.69% | - |
| HSV(B) | 206.27º | 0.6% | 0.99% | - |
| XYZ | 40.54 | 44.92 | 99.46 | - |
| YUV | 167.92 | 176.01 | 79.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 186 | 253 | 0.60 | 0.26 | 0 | 0.01 | 206.27 | 0.97 | 0.69 |
| Hex | 64 | BA | FD | 3C | 1A | 0 | 1 | CE | 61 | 45 |
| Octal | 144 | 272 | 375 | 74 | 32 | 0 | 1 | 316 | 141 | 105 |
| Binary | 1100100 | 10111010 | 11111101 | 111100 | 11010 | 0 | 1 | 11001110 | 1100001 | 1000101 |
Color Harmonies of #64BAFD
Complementary color
Monochromatic Colors of #64BAFD
Black with #64BAFD
Text Example
Text Example
White with #64BAFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64BAFD; }
p { color: rgb(100,186,253); }
H1.HeaderClassName
{
color: #64BAFD;
}
.AnyTagClassName
{
color: #64BAFD;
}
</style>
background-color css
<style>
a { background-color: #64BAFD; }
a { background-color: rgb(100,186,253); }
div.DivClassName
{
background-color: #64BAFD;
}
.BgClassName
{
background-color: #64BAFD;
}
</style>
border-color css
<style>
span { border-color: #64BAFD; }
span { border-color: rgb(100,186,253); }
td.TdClassName
{
border-color: #64BAFD;
}
.TagClassName
{
border-color: #64BAFD;
}
</style>