Shades of Maya Blue #64BEFD
Tints of Maya Blue #64BEFD
RGB
CMYK
RGB Variations
Color information
#64BEFD (or 0x64BEFD) is known color: Maya Blue. HEX triplet: 64, BE and FD. RGB value is (100,190,253). Sum of RGB (Red+Green+Blue) = 100+190+253=543 (71% of max value = 765). Red value is 100 (39.45% from 255 or 18.42% from 543); Green value is 190 (74.61% from 255 or 34.99% from 543); Blue value is 253 (99.22% from 255 or 46.59% from 543); Max value from RGB is 253 - color contains mainly: blue. Hex color #64BEFD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #64BEFD is #9B4102. Grayscale: #A9A9A9. Windows color (decimal): -10174723 or 16629348. OLE color: 16629348.
HSL color Cylindrical-coordinate representation of color #64BEFD: hue angle of 204.71º degrees, saturation: 0.97, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #64BEFD is Cyan = 0.60, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 100 | 190 | 253 | - |
| CMYK | 0.60 | 0.25 | 0 | 0.01 |
| HSL | 204.71º | 0.97% | 0.69% | - |
| HSV(B) | 204.71º | 0.6% | 0.99% | - |
| XYZ | 41.4 | 46.63 | 99.75 | - |
| YUV | 170.27 | 174.68 | 77.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 190 | 253 | 0.60 | 0.25 | 0 | 0.01 | 204.71 | 0.97 | 0.69 |
| Hex | 64 | BE | FD | 3C | 19 | 0 | 1 | CD | 61 | 45 |
| Octal | 144 | 276 | 375 | 74 | 31 | 0 | 1 | 315 | 141 | 105 |
| Binary | 1100100 | 10111110 | 11111101 | 111100 | 11001 | 0 | 1 | 11001101 | 1100001 | 1000101 |
Color Harmonies of #64BEFD
Complementary color
Monochromatic Colors of #64BEFD
Black with #64BEFD
Text Example
Text Example
White with #64BEFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64BEFD; }
p { color: rgb(100,190,253); }
H1.HeaderClassName
{
color: #64BEFD;
}
.AnyTagClassName
{
color: #64BEFD;
}
</style>
background-color css
<style>
a { background-color: #64BEFD; }
a { background-color: rgb(100,190,253); }
div.DivClassName
{
background-color: #64BEFD;
}
.BgClassName
{
background-color: #64BEFD;
}
</style>
border-color css
<style>
span { border-color: #64BEFD; }
span { border-color: rgb(100,190,253); }
td.TdClassName
{
border-color: #64BEFD;
}
.TagClassName
{
border-color: #64BEFD;
}
</style>