Shades of Maya Blue #64C2FD
Tints of Maya Blue #64C2FD
RGB
CMYK
RGB Variations
Color information
#64C2FD (or 0x64C2FD) is known color: Maya Blue. HEX triplet: 64, C2 and FD. RGB value is (100,194,253). Sum of RGB (Red+Green+Blue) = 100+194+253=547 (72% of max value = 765). Red value is 100 (39.45% from 255 or 18.28% from 547); Green value is 194 (76.17% from 255 or 35.47% from 547); Blue value is 253 (99.22% from 255 or 46.25% from 547); Max value from RGB is 253 - color contains mainly: blue. Hex color #64C2FD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #64C2FD is #9B3D02. Grayscale: #ACACAC. Windows color (decimal): -10173699 or 16630372. OLE color: 16630372.
HSL color Cylindrical-coordinate representation of color #64C2FD: hue angle of 203.14º 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 #64C2FD is Cyan = 0.60, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 100 | 194 | 253 | - |
| CMYK | 0.60 | 0.23 | 0 | 0.01 |
| HSL | 203.14º | 0.97% | 0.69% | - |
| HSV(B) | 203.14º | 0.6% | 0.99% | - |
| XYZ | 42.28 | 48.38 | 100.04 | - |
| YUV | 172.62 | 173.36 | 76.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 194 | 253 | 0.60 | 0.23 | 0 | 0.01 | 203.14 | 0.97 | 0.69 |
| Hex | 64 | C2 | FD | 3C | 17 | 0 | 1 | CB | 61 | 45 |
| Octal | 144 | 302 | 375 | 74 | 27 | 0 | 1 | 313 | 141 | 105 |
| Binary | 1100100 | 11000010 | 11111101 | 111100 | 10111 | 0 | 1 | 11001011 | 1100001 | 1000101 |
Color Harmonies of #64C2FD
Complementary color
Monochromatic Colors of #64C2FD
Black with #64C2FD
Text Example
Text Example
White with #64C2FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64C2FD; }
p { color: rgb(100,194,253); }
H1.HeaderClassName
{
color: #64C2FD;
}
.AnyTagClassName
{
color: #64C2FD;
}
</style>
background-color css
<style>
a { background-color: #64C2FD; }
a { background-color: rgb(100,194,253); }
div.DivClassName
{
background-color: #64C2FD;
}
.BgClassName
{
background-color: #64C2FD;
}
</style>
border-color css
<style>
span { border-color: #64C2FD; }
span { border-color: rgb(100,194,253); }
td.TdClassName
{
border-color: #64C2FD;
}
.TagClassName
{
border-color: #64C2FD;
}
</style>