Shades of Maya Blue #64C6FB
Tints of Maya Blue #64C6FB
RGB
CMYK
RGB Variations
Color information
#64C6FB (or 0x64C6FB) is known color: Maya Blue. HEX triplet: 64, C6 and FB. RGB value is (100,198,251). Sum of RGB (Red+Green+Blue) = 100+198+251=549 (72% of max value = 765). Red value is 100 (39.45% from 255 or 18.21% from 549); Green value is 198 (77.73% from 255 or 36.07% from 549); Blue value is 251 (98.44% from 255 or 45.72% from 549); Max value from RGB is 251 - color contains mainly: blue. Hex color #64C6FB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #64C6FB is #9B3904. Grayscale: #AEAEAE. Windows color (decimal): -10172677 or 16500324. OLE color: 16500324.
HSL color Cylindrical-coordinate representation of color #64C6FB: hue angle of 201.06º 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 #64C6FB is Cyan = 0.60, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 100 | 198 | 251 | - |
| CMYK | 0.60 | 0.21 | 0 | 0.02 |
| HSL | 201.06º | 0.95% | 0.69% | - |
| HSV(B) | 201.06º | 0.6% | 0.98% | - |
| XYZ | 42.86 | 50.06 | 98.67 | - |
| YUV | 174.74 | 171.03 | 74.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 198 | 251 | 0.60 | 0.21 | 0 | 0.02 | 201.06 | 0.95 | 0.69 |
| Hex | 64 | C6 | FB | 3C | 15 | 0 | 2 | C9 | 5F | 45 |
| Octal | 144 | 306 | 373 | 74 | 25 | 0 | 2 | 311 | 137 | 105 |
| Binary | 1100100 | 11000110 | 11111011 | 111100 | 10101 | 0 | 10 | 11001001 | 1011111 | 1000101 |
Color Harmonies of #64C6FB
Complementary color
Monochromatic Colors of #64C6FB
Black with #64C6FB
Text Example
Text Example
White with #64C6FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64C6FB; }
p { color: rgb(100,198,251); }
H1.HeaderClassName
{
color: #64C6FB;
}
.AnyTagClassName
{
color: #64C6FB;
}
</style>
background-color css
<style>
a { background-color: #64C6FB; }
a { background-color: rgb(100,198,251); }
div.DivClassName
{
background-color: #64C6FB;
}
.BgClassName
{
background-color: #64C6FB;
}
</style>
border-color css
<style>
span { border-color: #64C6FB; }
span { border-color: rgb(100,198,251); }
td.TdClassName
{
border-color: #64C6FB;
}
.TagClassName
{
border-color: #64C6FB;
}
</style>