Shades of Maya Blue #64B2FB
Tints of Maya Blue #64B2FB
RGB
CMYK
RGB Variations
Color information
#64B2FB (or 0x64B2FB) is known color: Maya Blue. HEX triplet: 64, B2 and FB. RGB value is (100,178,251). Sum of RGB (Red+Green+Blue) = 100+178+251=529 (70% of max value = 765). Red value is 100 (39.45% from 255 or 18.90% from 529); Green value is 178 (69.92% from 255 or 33.65% from 529); Blue value is 251 (98.44% from 255 or 47.45% from 529); Max value from RGB is 251 - color contains mainly: blue. Hex color #64B2FB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #64B2FB is #9B4D04. Grayscale: #A2A2A2. Windows color (decimal): -10177797 or 16495204. OLE color: 16495204.
HSL color Cylindrical-coordinate representation of color #64B2FB: hue angle of 209.01º 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 #64B2FB is Cyan = 0.60, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 100 | 178 | 251 | - |
| CMYK | 0.60 | 0.29 | 0 | 0.02 |
| HSL | 209.01º | 0.95% | 0.69% | - |
| HSV(B) | 209.01º | 0.6% | 0.98% | - |
| XYZ | 38.59 | 41.52 | 97.25 | - |
| YUV | 163 | 177.66 | 83.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 178 | 251 | 0.60 | 0.29 | 0 | 0.02 | 209.01 | 0.95 | 0.69 |
| Hex | 64 | B2 | FB | 3C | 1D | 0 | 2 | D1 | 5F | 45 |
| Octal | 144 | 262 | 373 | 74 | 35 | 0 | 2 | 321 | 137 | 105 |
| Binary | 1100100 | 10110010 | 11111011 | 111100 | 11101 | 0 | 10 | 11010001 | 1011111 | 1000101 |
Color Harmonies of #64B2FB
Complementary color
Monochromatic Colors of #64B2FB
Black with #64B2FB
Text Example
Text Example
White with #64B2FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64B2FB; }
p { color: rgb(100,178,251); }
H1.HeaderClassName
{
color: #64B2FB;
}
.AnyTagClassName
{
color: #64B2FB;
}
</style>
background-color css
<style>
a { background-color: #64B2FB; }
a { background-color: rgb(100,178,251); }
div.DivClassName
{
background-color: #64B2FB;
}
.BgClassName
{
background-color: #64B2FB;
}
</style>
border-color css
<style>
span { border-color: #64B2FB; }
span { border-color: rgb(100,178,251); }
td.TdClassName
{
border-color: #64B2FB;
}
.TagClassName
{
border-color: #64B2FB;
}
</style>