Shades of Maya Blue #64CFFD
Tints of Maya Blue #64CFFD
RGB
CMYK
RGB Variations
Color information
#64CFFD (or 0x64CFFD) is known color: Maya Blue. HEX triplet: 64, CF and FD. RGB value is (100,207,253). Sum of RGB (Red+Green+Blue) = 100+207+253=560 (74% of max value = 765). Red value is 100 (39.45% from 255 or 17.86% from 560); Green value is 207 (81.25% from 255 or 36.96% from 560); Blue value is 253 (99.22% from 255 or 45.18% from 560); Max value from RGB is 253 - color contains mainly: blue. Hex color #64CFFD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #64CFFD is #9B3002. Grayscale: #B3B3B3. Windows color (decimal): -10170371 or 16633700. OLE color: 16633700.
HSL color Cylindrical-coordinate representation of color #64CFFD: hue angle of 198.04º 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 #64CFFD is Cyan = 0.60, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 100 | 207 | 253 | - |
| CMYK | 0.60 | 0.18 | 0 | 0.01 |
| HSL | 198.04º | 0.97% | 0.69% | - |
| HSV(B) | 198.04º | 0.6% | 0.99% | - |
| XYZ | 45.3 | 54.43 | 101.05 | - |
| YUV | 180.25 | 169.05 | 70.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 207 | 253 | 0.60 | 0.18 | 0 | 0.01 | 198.04 | 0.97 | 0.69 |
| Hex | 64 | CF | FD | 3C | 12 | 0 | 1 | C6 | 61 | 45 |
| Octal | 144 | 317 | 375 | 74 | 22 | 0 | 1 | 306 | 141 | 105 |
| Binary | 1100100 | 11001111 | 11111101 | 111100 | 10010 | 0 | 1 | 11000110 | 1100001 | 1000101 |
Color Harmonies of #64CFFD
Complementary color
Monochromatic Colors of #64CFFD
Black with #64CFFD
Text Example
Text Example
White with #64CFFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64CFFD; }
p { color: rgb(100,207,253); }
H1.HeaderClassName
{
color: #64CFFD;
}
.AnyTagClassName
{
color: #64CFFD;
}
</style>
background-color css
<style>
a { background-color: #64CFFD; }
a { background-color: rgb(100,207,253); }
div.DivClassName
{
background-color: #64CFFD;
}
.BgClassName
{
background-color: #64CFFD;
}
</style>
border-color css
<style>
span { border-color: #64CFFD; }
span { border-color: rgb(100,207,253); }
td.TdClassName
{
border-color: #64CFFD;
}
.TagClassName
{
border-color: #64CFFD;
}
</style>