Shades of Maya Blue #64C0F7
Tints of Maya Blue #64C0F7
RGB
CMYK
RGB Variations
Color information
#64C0F7 (or 0x64C0F7) is known color: Maya Blue. HEX triplet: 64, C0 and F7. RGB value is (100,192,247). Sum of RGB (Red+Green+Blue) = 100+192+247=539 (71% of max value = 765). Red value is 100 (39.45% from 255 or 18.55% from 539); Green value is 192 (75.39% from 255 or 35.62% from 539); Blue value is 247 (96.88% from 255 or 45.83% from 539); Max value from RGB is 247 - color contains mainly: blue. Hex color #64C0F7 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #64C0F7 is #9B3F08. Grayscale: #AAAAAA. Windows color (decimal): -10174217 or 16236644. OLE color: 16236644.
HSL color Cylindrical-coordinate representation of color #64C0F7: hue angle of 202.45º 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 #64C0F7 is Cyan = 0.60, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 100 | 192 | 247 | - |
| CMYK | 0.60 | 0.22 | 0 | 0.03 |
| HSL | 202.45º | 0.9% | 0.68% | - |
| HSV(B) | 202.45º | 0.6% | 0.97% | - |
| XYZ | 40.89 | 47.12 | 94.94 | - |
| YUV | 170.76 | 171.02 | 77.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 192 | 247 | 0.60 | 0.22 | 0 | 0.03 | 202.45 | 0.9 | 0.68 |
| Hex | 64 | C0 | F7 | 3C | 16 | 0 | 3 | CA | 5A | 44 |
| Octal | 144 | 300 | 367 | 74 | 26 | 0 | 3 | 312 | 132 | 104 |
| Binary | 1100100 | 11000000 | 11110111 | 111100 | 10110 | 0 | 11 | 11001010 | 1011010 | 1000100 |
Color Harmonies of #64C0F7
Complementary color
Monochromatic Colors of #64C0F7
Black with #64C0F7
Text Example
Text Example
White with #64C0F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64C0F7; }
p { color: rgb(100,192,247); }
H1.HeaderClassName
{
color: #64C0F7;
}
.AnyTagClassName
{
color: #64C0F7;
}
</style>
background-color css
<style>
a { background-color: #64C0F7; }
a { background-color: rgb(100,192,247); }
div.DivClassName
{
background-color: #64C0F7;
}
.BgClassName
{
background-color: #64C0F7;
}
</style>
border-color css
<style>
span { border-color: #64C0F7; }
span { border-color: rgb(100,192,247); }
td.TdClassName
{
border-color: #64C0F7;
}
.TagClassName
{
border-color: #64C0F7;
}
</style>