Shades of Maya Blue #64C7FD
Tints of Maya Blue #64C7FD
RGB
CMYK
RGB Variations
Color information
#64C7FD (or 0x64C7FD) is known color: Maya Blue. HEX triplet: 64, C7 and FD. RGB value is (100,199,253). Sum of RGB (Red+Green+Blue) = 100+199+253=552 (73% of max value = 765). Red value is 100 (39.45% from 255 or 18.12% from 552); Green value is 199 (78.12% from 255 or 36.05% from 552); Blue value is 253 (99.22% from 255 or 45.83% from 552); Max value from RGB is 253 - color contains mainly: blue. Hex color #64C7FD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #64C7FD is #9B3802. Grayscale: #AFAFAF. Windows color (decimal): -10172419 or 16631652. OLE color: 16631652.
HSL color Cylindrical-coordinate representation of color #64C7FD: hue angle of 201.18º degrees, saturation: 0.97, 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 #64C7FD is Cyan = 0.60, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 100 | 199 | 253 | - |
| CMYK | 0.60 | 0.21 | 0 | 0.01 |
| HSL | 201.18º | 0.97% | 0.69% | - |
| HSV(B) | 201.18º | 0.6% | 0.99% | - |
| XYZ | 43.41 | 50.65 | 100.42 | - |
| YUV | 175.56 | 171.7 | 74.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 199 | 253 | 0.60 | 0.21 | 0 | 0.01 | 201.18 | 0.97 | 0.69 |
| Hex | 64 | C7 | FD | 3C | 15 | 0 | 1 | C9 | 61 | 45 |
| Octal | 144 | 307 | 375 | 74 | 25 | 0 | 1 | 311 | 141 | 105 |
| Binary | 1100100 | 11000111 | 11111101 | 111100 | 10101 | 0 | 1 | 11001001 | 1100001 | 1000101 |
Color Harmonies of #64C7FD
Complementary color
Monochromatic Colors of #64C7FD
Black with #64C7FD
Text Example
Text Example
White with #64C7FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64C7FD; }
p { color: rgb(100,199,253); }
H1.HeaderClassName
{
color: #64C7FD;
}
.AnyTagClassName
{
color: #64C7FD;
}
</style>
background-color css
<style>
a { background-color: #64C7FD; }
a { background-color: rgb(100,199,253); }
div.DivClassName
{
background-color: #64C7FD;
}
.BgClassName
{
background-color: #64C7FD;
}
</style>
border-color css
<style>
span { border-color: #64C7FD; }
span { border-color: rgb(100,199,253); }
td.TdClassName
{
border-color: #64C7FD;
}
.TagClassName
{
border-color: #64C7FD;
}
</style>