Shades of Maya Blue #64C7FB
Tints of Maya Blue #64C7FB
RGB
CMYK
RGB Variations
Color information
#64C7FB (or 0x64C7FB) is known color: Maya Blue. HEX triplet: 64, C7 and FB. RGB value is (100,199,251). Sum of RGB (Red+Green+Blue) = 100+199+251=550 (72% of max value = 765). Red value is 100 (39.45% from 255 or 18.18% from 550); Green value is 199 (78.12% from 255 or 36.18% from 550); Blue value is 251 (98.44% from 255 or 45.64% from 550); Max value from RGB is 251 - color contains mainly: blue. Hex color #64C7FB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #64C7FB is #9B3804. Grayscale: #AFAFAF. Windows color (decimal): -10172421 or 16500580. OLE color: 16500580.
HSL color Cylindrical-coordinate representation of color #64C7FB: hue angle of 200.66º degrees, saturation: 0.95, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #64C7FB is Cyan = 0.60, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 100 | 199 | 251 | - |
| CMYK | 0.60 | 0.21 | 0 | 0.02 |
| HSL | 200.66º | 0.95% | 0.69% | - |
| HSV(B) | 200.66º | 0.6% | 0.98% | - |
| XYZ | 43.09 | 50.52 | 98.75 | - |
| YUV | 175.33 | 170.7 | 74.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 199 | 251 | 0.60 | 0.21 | 0 | 0.02 | 200.66 | 0.95 | 0.69 |
| Hex | 64 | C7 | FB | 3C | 15 | 0 | 2 | C9 | 5F | 45 |
| Octal | 144 | 307 | 373 | 74 | 25 | 0 | 2 | 311 | 137 | 105 |
| Binary | 1100100 | 11000111 | 11111011 | 111100 | 10101 | 0 | 10 | 11001001 | 1011111 | 1000101 |
Color Harmonies of #64C7FB
Complementary color
Monochromatic Colors of #64C7FB
Black with #64C7FB
Text Example
Text Example
White with #64C7FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64C7FB; }
p { color: rgb(100,199,251); }
H1.HeaderClassName
{
color: #64C7FB;
}
.AnyTagClassName
{
color: #64C7FB;
}
</style>
background-color css
<style>
a { background-color: #64C7FB; }
a { background-color: rgb(100,199,251); }
div.DivClassName
{
background-color: #64C7FB;
}
.BgClassName
{
background-color: #64C7FB;
}
</style>
border-color css
<style>
span { border-color: #64C7FB; }
span { border-color: rgb(100,199,251); }
td.TdClassName
{
border-color: #64C7FB;
}
.TagClassName
{
border-color: #64C7FB;
}
</style>