Shades of Maya Blue #64BDFB
Tints of Maya Blue #64BDFB
RGB
CMYK
RGB Variations
Color information
#64BDFB (or 0x64BDFB) is known color: Maya Blue. HEX triplet: 64, BD and FB. RGB value is (100,189,251). Sum of RGB (Red+Green+Blue) = 100+189+251=540 (71% of max value = 765). Red value is 100 (39.45% from 255 or 18.52% from 540); Green value is 189 (74.22% from 255 or 35% from 540); Blue value is 251 (98.44% from 255 or 46.48% from 540); Max value from RGB is 251 - color contains mainly: blue. Hex color #64BDFB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #64BDFB is #9B4204. Grayscale: #A9A9A9. Windows color (decimal): -10174981 or 16498020. OLE color: 16498020.
HSL color Cylindrical-coordinate representation of color #64BDFB: hue angle of 204.64º 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 #64BDFB is Cyan = 0.60, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 100 | 189 | 251 | - |
| CMYK | 0.60 | 0.25 | 0 | 0.02 |
| HSL | 204.64º | 0.95% | 0.69% | - |
| HSV(B) | 204.64º | 0.6% | 0.98% | - |
| XYZ | 40.87 | 46.07 | 98.01 | - |
| YUV | 169.46 | 174.01 | 78.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 189 | 251 | 0.60 | 0.25 | 0 | 0.02 | 204.64 | 0.95 | 0.69 |
| Hex | 64 | BD | FB | 3C | 19 | 0 | 2 | CD | 5F | 45 |
| Octal | 144 | 275 | 373 | 74 | 31 | 0 | 2 | 315 | 137 | 105 |
| Binary | 1100100 | 10111101 | 11111011 | 111100 | 11001 | 0 | 10 | 11001101 | 1011111 | 1000101 |
Color Harmonies of #64BDFB
Complementary color
Monochromatic Colors of #64BDFB
Black with #64BDFB
Text Example
Text Example
White with #64BDFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64BDFB; }
p { color: rgb(100,189,251); }
H1.HeaderClassName
{
color: #64BDFB;
}
.AnyTagClassName
{
color: #64BDFB;
}
</style>
background-color css
<style>
a { background-color: #64BDFB; }
a { background-color: rgb(100,189,251); }
div.DivClassName
{
background-color: #64BDFB;
}
.BgClassName
{
background-color: #64BDFB;
}
</style>
border-color css
<style>
span { border-color: #64BDFB; }
span { border-color: rgb(100,189,251); }
td.TdClassName
{
border-color: #64BDFB;
}
.TagClassName
{
border-color: #64BDFB;
}
</style>