Shades of Maya Blue #64BFF7
Tints of Maya Blue #64BFF7
RGB
CMYK
RGB Variations
Color information
#64BFF7 (or 0x64BFF7) is known color: Maya Blue. HEX triplet: 64, BF and F7. RGB value is (100,191,247). Sum of RGB (Red+Green+Blue) = 100+191+247=538 (71% of max value = 765). Red value is 100 (39.45% from 255 or 18.59% from 538); Green value is 191 (75% from 255 or 35.50% from 538); Blue value is 247 (96.88% from 255 or 45.91% from 538); Max value from RGB is 247 - color contains mainly: blue. Hex color #64BFF7 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #64BFF7 is #9B4008. Grayscale: #A9A9A9. Windows color (decimal): -10174473 or 16236388. OLE color: 16236388.
HSL color Cylindrical-coordinate representation of color #64BFF7: hue angle of 202.86º degrees, saturation: 0.9, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #64BFF7 is Cyan = 0.60, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 100 | 191 | 247 | - |
| CMYK | 0.60 | 0.23 | 0 | 0.03 |
| HSL | 202.86º | 0.9% | 0.68% | - |
| HSV(B) | 202.86º | 0.6% | 0.97% | - |
| XYZ | 40.67 | 46.69 | 94.86 | - |
| YUV | 170.18 | 171.35 | 77.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 191 | 247 | 0.60 | 0.23 | 0 | 0.03 | 202.86 | 0.9 | 0.68 |
| Hex | 64 | BF | F7 | 3C | 17 | 0 | 3 | CB | 5A | 44 |
| Octal | 144 | 277 | 367 | 74 | 27 | 0 | 3 | 313 | 132 | 104 |
| Binary | 1100100 | 10111111 | 11110111 | 111100 | 10111 | 0 | 11 | 11001011 | 1011010 | 1000100 |
Color Harmonies of #64BFF7
Complementary color
Monochromatic Colors of #64BFF7
Black with #64BFF7
Text Example
Text Example
White with #64BFF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64BFF7; }
p { color: rgb(100,191,247); }
H1.HeaderClassName
{
color: #64BFF7;
}
.AnyTagClassName
{
color: #64BFF7;
}
</style>
background-color css
<style>
a { background-color: #64BFF7; }
a { background-color: rgb(100,191,247); }
div.DivClassName
{
background-color: #64BFF7;
}
.BgClassName
{
background-color: #64BFF7;
}
</style>
border-color css
<style>
span { border-color: #64BFF7; }
span { border-color: rgb(100,191,247); }
td.TdClassName
{
border-color: #64BFF7;
}
.TagClassName
{
border-color: #64BFF7;
}
</style>