Shades of Maya Blue #64BAFC
Tints of Maya Blue #64BAFC
RGB
CMYK
RGB Variations
Color information
#64BAFC (or 0x64BAFC) is known color: Maya Blue. HEX triplet: 64, BA and FC. RGB value is (100,186,252). Sum of RGB (Red+Green+Blue) = 100+186+252=538 (71% of max value = 765). Red value is 100 (39.45% from 255 or 18.59% from 538); Green value is 186 (73.05% from 255 or 34.57% from 538); Blue value is 252 (98.83% from 255 or 46.84% from 538); Max value from RGB is 252 - color contains mainly: blue. Hex color #64BAFC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #64BAFC is #9B4503. Grayscale: #A7A7A7. Windows color (decimal): -10175748 or 16562788. OLE color: 16562788.
HSL color Cylindrical-coordinate representation of color #64BAFC: hue angle of 206.05º degrees, saturation: 0.96, 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 #64BAFC is Cyan = 0.60, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 100 | 186 | 252 | - |
| CMYK | 0.60 | 0.26 | 0 | 0.01 |
| HSL | 206.05º | 0.96% | 0.69% | - |
| HSV(B) | 206.05º | 0.6% | 0.99% | - |
| XYZ | 40.39 | 44.86 | 98.62 | - |
| YUV | 167.81 | 175.51 | 79.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 186 | 252 | 0.60 | 0.26 | 0 | 0.01 | 206.05 | 0.96 | 0.69 |
| Hex | 64 | BA | FC | 3C | 1A | 0 | 1 | CE | 60 | 45 |
| Octal | 144 | 272 | 374 | 74 | 32 | 0 | 1 | 316 | 140 | 105 |
| Binary | 1100100 | 10111010 | 11111100 | 111100 | 11010 | 0 | 1 | 11001110 | 1100000 | 1000101 |
Color Harmonies of #64BAFC
Complementary color
Monochromatic Colors of #64BAFC
Black with #64BAFC
Text Example
Text Example
White with #64BAFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64BAFC; }
p { color: rgb(100,186,252); }
H1.HeaderClassName
{
color: #64BAFC;
}
.AnyTagClassName
{
color: #64BAFC;
}
</style>
background-color css
<style>
a { background-color: #64BAFC; }
a { background-color: rgb(100,186,252); }
div.DivClassName
{
background-color: #64BAFC;
}
.BgClassName
{
background-color: #64BAFC;
}
</style>
border-color css
<style>
span { border-color: #64BAFC; }
span { border-color: rgb(100,186,252); }
td.TdClassName
{
border-color: #64BAFC;
}
.TagClassName
{
border-color: #64BAFC;
}
</style>