Shades of Maya Blue #64C3FB
Tints of Maya Blue #64C3FB
RGB
CMYK
RGB Variations
Color information
#64C3FB (or 0x64C3FB) is known color: Maya Blue. HEX triplet: 64, C3 and FB. RGB value is (100,195,251). Sum of RGB (Red+Green+Blue) = 100+195+251=546 (72% of max value = 765). Red value is 100 (39.45% from 255 or 18.32% from 546); Green value is 195 (76.56% from 255 or 35.71% from 546); Blue value is 251 (98.44% from 255 or 45.97% from 546); Max value from RGB is 251 - color contains mainly: blue. Hex color #64C3FB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #64C3FB is #9B3C04. Grayscale: #ACACAC. Windows color (decimal): -10173445 or 16499556. OLE color: 16499556.
HSL color Cylindrical-coordinate representation of color #64C3FB: hue angle of 202.25º 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 #64C3FB is Cyan = 0.60, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 100 | 195 | 251 | - |
| CMYK | 0.60 | 0.22 | 0 | 0.02 |
| HSL | 202.25º | 0.95% | 0.69% | - |
| HSV(B) | 202.25º | 0.6% | 0.98% | - |
| XYZ | 42.18 | 48.7 | 98.44 | - |
| YUV | 172.98 | 172.03 | 75.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 195 | 251 | 0.60 | 0.22 | 0 | 0.02 | 202.25 | 0.95 | 0.69 |
| Hex | 64 | C3 | FB | 3C | 16 | 0 | 2 | CA | 5F | 45 |
| Octal | 144 | 303 | 373 | 74 | 26 | 0 | 2 | 312 | 137 | 105 |
| Binary | 1100100 | 11000011 | 11111011 | 111100 | 10110 | 0 | 10 | 11001010 | 1011111 | 1000101 |
Color Harmonies of #64C3FB
Complementary color
Monochromatic Colors of #64C3FB
Black with #64C3FB
Text Example
Text Example
White with #64C3FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64C3FB; }
p { color: rgb(100,195,251); }
H1.HeaderClassName
{
color: #64C3FB;
}
.AnyTagClassName
{
color: #64C3FB;
}
</style>
background-color css
<style>
a { background-color: #64C3FB; }
a { background-color: rgb(100,195,251); }
div.DivClassName
{
background-color: #64C3FB;
}
.BgClassName
{
background-color: #64C3FB;
}
</style>
border-color css
<style>
span { border-color: #64C3FB; }
span { border-color: rgb(100,195,251); }
td.TdClassName
{
border-color: #64C3FB;
}
.TagClassName
{
border-color: #64C3FB;
}
</style>