Shades of Maya Blue #64BBFD
Tints of Maya Blue #64BBFD
RGB
CMYK
RGB Variations
Color information
#64BBFD (or 0x64BBFD) is known color: Maya Blue. HEX triplet: 64, BB and FD. RGB value is (100,187,253). Sum of RGB (Red+Green+Blue) = 100+187+253=540 (71% of max value = 765). Red value is 100 (39.45% from 255 or 18.52% from 540); Green value is 187 (73.44% from 255 or 34.63% from 540); Blue value is 253 (99.22% from 255 or 46.85% from 540); Max value from RGB is 253 - color contains mainly: blue. Hex color #64BBFD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #64BBFD is #9B4402. Grayscale: #A8A8A8. Windows color (decimal): -10175491 or 16628580. OLE color: 16628580.
HSL color Cylindrical-coordinate representation of color #64BBFD: hue angle of 205.88º 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 #64BBFD is Cyan = 0.60, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 100 | 187 | 253 | - |
| CMYK | 0.60 | 0.26 | 0 | 0.01 |
| HSL | 205.88º | 0.97% | 0.69% | - |
| HSV(B) | 205.88º | 0.6% | 0.99% | - |
| XYZ | 40.76 | 45.34 | 99.53 | - |
| YUV | 168.51 | 175.68 | 79.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 187 | 253 | 0.60 | 0.26 | 0 | 0.01 | 205.88 | 0.97 | 0.69 |
| Hex | 64 | BB | FD | 3C | 1A | 0 | 1 | CE | 61 | 45 |
| Octal | 144 | 273 | 375 | 74 | 32 | 0 | 1 | 316 | 141 | 105 |
| Binary | 1100100 | 10111011 | 11111101 | 111100 | 11010 | 0 | 1 | 11001110 | 1100001 | 1000101 |
Color Harmonies of #64BBFD
Complementary color
Monochromatic Colors of #64BBFD
Black with #64BBFD
Text Example
Text Example
White with #64BBFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64BBFD; }
p { color: rgb(100,187,253); }
H1.HeaderClassName
{
color: #64BBFD;
}
.AnyTagClassName
{
color: #64BBFD;
}
</style>
background-color css
<style>
a { background-color: #64BBFD; }
a { background-color: rgb(100,187,253); }
div.DivClassName
{
background-color: #64BBFD;
}
.BgClassName
{
background-color: #64BBFD;
}
</style>
border-color css
<style>
span { border-color: #64BBFD; }
span { border-color: rgb(100,187,253); }
td.TdClassName
{
border-color: #64BBFD;
}
.TagClassName
{
border-color: #64BBFD;
}
</style>