Shades of Maya Blue #64C2FF
Tints of Maya Blue #64C2FF
RGB
CMYK
RGB Variations
Color information
#64C2FF (or 0x64C2FF) is known color: Maya Blue. HEX triplet: 64, C2 and FF. RGB value is (100,194,255). Sum of RGB (Red+Green+Blue) = 100+194+255=549 (72% of max value = 765). Red value is 100 (39.45% from 255 or 18.21% from 549); Green value is 194 (76.17% from 255 or 35.34% from 549); Blue value is 255 (100% from 255 or 46.45% from 549); Max value from RGB is 255 - color contains mainly: blue. Hex color #64C2FF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #64C2FF is #9B3D00. Grayscale: #ACACAC. Windows color (decimal): -10173697 or 16761444. OLE color: 16761444.
HSL color Cylindrical-coordinate representation of color #64C2FF: hue angle of 203.61º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #64C2FF is Cyan = 0.61, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 100 | 194 | 255 | - |
| CMYK | 0.61 | 0.24 | 0 | 0 |
| HSL | 203.61º | 1% | 0.7% | - |
| HSV(B) | 203.61º | 0.61% | 1% | - |
| XYZ | 42.6 | 48.51 | 101.73 | - |
| YUV | 172.85 | 174.36 | 76.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 194 | 255 | 0.61 | 0.24 | 0 | 0 | 203.61 | 1 | 0.7 |
| Hex | 64 | C2 | FF | 3D | 18 | 0 | 0 | CC | 64 | 46 |
| Octal | 144 | 302 | 377 | 75 | 30 | 0 | 0 | 314 | 144 | 106 |
| Binary | 1100100 | 11000010 | 11111111 | 111101 | 11000 | 0 | 0 | 11001100 | 1100100 | 1000110 |
Color Harmonies of #64C2FF
Complementary color
Monochromatic Colors of #64C2FF
Black with #64C2FF
Text Example
Text Example
White with #64C2FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64C2FF; }
p { color: rgb(100,194,255); }
H1.HeaderClassName
{
color: #64C2FF;
}
.AnyTagClassName
{
color: #64C2FF;
}
</style>
background-color css
<style>
a { background-color: #64C2FF; }
a { background-color: rgb(100,194,255); }
div.DivClassName
{
background-color: #64C2FF;
}
.BgClassName
{
background-color: #64C2FF;
}
</style>
border-color css
<style>
span { border-color: #64C2FF; }
span { border-color: rgb(100,194,255); }
td.TdClassName
{
border-color: #64C2FF;
}
.TagClassName
{
border-color: #64C2FF;
}
</style>