Shades of Maya Blue #64BCFB
Tints of Maya Blue #64BCFB
RGB
CMYK
RGB Variations
Color information
#64BCFB (or 0x64BCFB) is known color: Maya Blue. HEX triplet: 64, BC and FB. RGB value is (100,188,251). Sum of RGB (Red+Green+Blue) = 100+188+251=539 (71% of max value = 765). Red value is 100 (39.45% from 255 or 18.55% from 539); Green value is 188 (73.83% from 255 or 34.88% from 539); Blue value is 251 (98.44% from 255 or 46.57% from 539); Max value from RGB is 251 - color contains mainly: blue. Hex color #64BCFB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #64BCFB is #9B4304. Grayscale: #A8A8A8. Windows color (decimal): -10175237 or 16497764. OLE color: 16497764.
HSL color Cylindrical-coordinate representation of color #64BCFB: hue angle of 205.03º 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 #64BCFB is Cyan = 0.60, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 100 | 188 | 251 | - |
| CMYK | 0.60 | 0.25 | 0 | 0.02 |
| HSL | 205.03º | 0.95% | 0.69% | - |
| HSV(B) | 205.03º | 0.6% | 0.98% | - |
| XYZ | 40.65 | 45.64 | 97.93 | - |
| YUV | 168.87 | 174.35 | 78.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 188 | 251 | 0.60 | 0.25 | 0 | 0.02 | 205.03 | 0.95 | 0.69 |
| Hex | 64 | BC | FB | 3C | 19 | 0 | 2 | CD | 5F | 45 |
| Octal | 144 | 274 | 373 | 74 | 31 | 0 | 2 | 315 | 137 | 105 |
| Binary | 1100100 | 10111100 | 11111011 | 111100 | 11001 | 0 | 10 | 11001101 | 1011111 | 1000101 |
Color Harmonies of #64BCFB
Complementary color
Monochromatic Colors of #64BCFB
Black with #64BCFB
Text Example
Text Example
White with #64BCFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64BCFB; }
p { color: rgb(100,188,251); }
H1.HeaderClassName
{
color: #64BCFB;
}
.AnyTagClassName
{
color: #64BCFB;
}
</style>
background-color css
<style>
a { background-color: #64BCFB; }
a { background-color: rgb(100,188,251); }
div.DivClassName
{
background-color: #64BCFB;
}
.BgClassName
{
background-color: #64BCFB;
}
</style>
border-color css
<style>
span { border-color: #64BCFB; }
span { border-color: rgb(100,188,251); }
td.TdClassName
{
border-color: #64BCFB;
}
.TagClassName
{
border-color: #64BCFB;
}
</style>