Shades of Maya Blue #64CCFD
Tints of Maya Blue #64CCFD
RGB
CMYK
RGB Variations
Color information
#64CCFD (or 0x64CCFD) is known color: Maya Blue. HEX triplet: 64, CC and FD. RGB value is (100,204,253). Sum of RGB (Red+Green+Blue) = 100+204+253=557 (73% of max value = 765). Red value is 100 (39.45% from 255 or 17.95% from 557); Green value is 204 (80.08% from 255 or 36.62% from 557); Blue value is 253 (99.22% from 255 or 45.42% from 557); Max value from RGB is 253 - color contains mainly: blue. Hex color #64CCFD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #64CCFD is #9B3302. Grayscale: #B2B2B2. Windows color (decimal): -10171139 or 16632932. OLE color: 16632932.
HSL color Cylindrical-coordinate representation of color #64CCFD: hue angle of 199.22º 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 #64CCFD is Cyan = 0.60, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 100 | 204 | 253 | - |
| CMYK | 0.60 | 0.19 | 0 | 0.01 |
| HSL | 199.22º | 0.97% | 0.69% | - |
| HSV(B) | 199.22º | 0.6% | 0.99% | - |
| XYZ | 44.58 | 52.99 | 100.81 | - |
| YUV | 178.49 | 170.04 | 72.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 204 | 253 | 0.60 | 0.19 | 0 | 0.01 | 199.22 | 0.97 | 0.69 |
| Hex | 64 | CC | FD | 3C | 13 | 0 | 1 | C7 | 61 | 45 |
| Octal | 144 | 314 | 375 | 74 | 23 | 0 | 1 | 307 | 141 | 105 |
| Binary | 1100100 | 11001100 | 11111101 | 111100 | 10011 | 0 | 1 | 11000111 | 1100001 | 1000101 |
Color Harmonies of #64CCFD
Complementary color
Monochromatic Colors of #64CCFD
Black with #64CCFD
Text Example
Text Example
White with #64CCFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64CCFD; }
p { color: rgb(100,204,253); }
H1.HeaderClassName
{
color: #64CCFD;
}
.AnyTagClassName
{
color: #64CCFD;
}
</style>
background-color css
<style>
a { background-color: #64CCFD; }
a { background-color: rgb(100,204,253); }
div.DivClassName
{
background-color: #64CCFD;
}
.BgClassName
{
background-color: #64CCFD;
}
</style>
border-color css
<style>
span { border-color: #64CCFD; }
span { border-color: rgb(100,204,253); }
td.TdClassName
{
border-color: #64CCFD;
}
.TagClassName
{
border-color: #64CCFD;
}
</style>