Shades of Maya Blue #64C6FE
Tints of Maya Blue #64C6FE
RGB
CMYK
RGB Variations
Color information
#64C6FE (or 0x64C6FE) is known color: Maya Blue. HEX triplet: 64, C6 and FE. RGB value is (100,198,254). Sum of RGB (Red+Green+Blue) = 100+198+254=552 (73% of max value = 765). Red value is 100 (39.45% from 255 or 18.12% from 552); Green value is 198 (77.73% from 255 or 35.87% from 552); Blue value is 254 (99.61% from 255 or 46.01% from 552); Max value from RGB is 254 - color contains mainly: blue. Hex color #64C6FE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #64C6FE is #9B3901. Grayscale: #AEAEAE. Windows color (decimal): -10172674 or 16696932. OLE color: 16696932.
HSL color Cylindrical-coordinate representation of color #64C6FE: hue angle of 201.82º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #64C6FE is Cyan = 0.61, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 100 | 198 | 254 | - |
| CMYK | 0.61 | 0.22 | 0 | 0.00 |
| HSL | 201.82º | 0.99% | 0.69% | - |
| HSV(B) | 201.82º | 0.61% | 1% | - |
| XYZ | 43.34 | 50.25 | 101.18 | - |
| YUV | 175.08 | 172.53 | 74.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 198 | 254 | 0.61 | 0.22 | 0 | 0.00 | 201.82 | 0.99 | 0.69 |
| Hex | 64 | C6 | FE | 3D | 16 | 0 | 0 | CA | 63 | 45 |
| Octal | 144 | 306 | 376 | 75 | 26 | 0 | 0 | 312 | 143 | 105 |
| Binary | 1100100 | 11000110 | 11111110 | 111101 | 10110 | 0 | 0 | 11001010 | 1100011 | 1000101 |
Color Harmonies of #64C6FE
Complementary color
Monochromatic Colors of #64C6FE
Black with #64C6FE
Text Example
Text Example
White with #64C6FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64C6FE; }
p { color: rgb(100,198,254); }
H1.HeaderClassName
{
color: #64C6FE;
}
.AnyTagClassName
{
color: #64C6FE;
}
</style>
background-color css
<style>
a { background-color: #64C6FE; }
a { background-color: rgb(100,198,254); }
div.DivClassName
{
background-color: #64C6FE;
}
.BgClassName
{
background-color: #64C6FE;
}
</style>
border-color css
<style>
span { border-color: #64C6FE; }
span { border-color: rgb(100,198,254); }
td.TdClassName
{
border-color: #64C6FE;
}
.TagClassName
{
border-color: #64C6FE;
}
</style>