Shades of Maya Blue #64BCFC
Tints of Maya Blue #64BCFC
RGB
CMYK
RGB Variations
Color information
#64BCFC (or 0x64BCFC) is known color: Maya Blue. HEX triplet: 64, BC and FC. RGB value is (100,188,252). Sum of RGB (Red+Green+Blue) = 100+188+252=540 (71% of max value = 765). Red value is 100 (39.45% from 255 or 18.52% from 540); Green value is 188 (73.83% from 255 or 34.81% from 540); Blue value is 252 (98.83% from 255 or 46.67% from 540); Max value from RGB is 252 - color contains mainly: blue. Hex color #64BCFC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #64BCFC is #9B4303. Grayscale: #A8A8A8. Windows color (decimal): -10175236 or 16563300. OLE color: 16563300.
HSL color Cylindrical-coordinate representation of color #64BCFC: hue angle of 205.26º degrees, saturation: 0.96, 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 #64BCFC is Cyan = 0.60, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 100 | 188 | 252 | - |
| CMYK | 0.60 | 0.25 | 0 | 0.01 |
| HSL | 205.26º | 0.96% | 0.69% | - |
| HSV(B) | 205.26º | 0.6% | 0.99% | - |
| XYZ | 40.81 | 45.7 | 98.77 | - |
| YUV | 168.98 | 174.85 | 78.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 188 | 252 | 0.60 | 0.25 | 0 | 0.01 | 205.26 | 0.96 | 0.69 |
| Hex | 64 | BC | FC | 3C | 19 | 0 | 1 | CD | 60 | 45 |
| Octal | 144 | 274 | 374 | 74 | 31 | 0 | 1 | 315 | 140 | 105 |
| Binary | 1100100 | 10111100 | 11111100 | 111100 | 11001 | 0 | 1 | 11001101 | 1100000 | 1000101 |
Color Harmonies of #64BCFC
Complementary color
Monochromatic Colors of #64BCFC
Black with #64BCFC
Text Example
Text Example
White with #64BCFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64BCFC; }
p { color: rgb(100,188,252); }
H1.HeaderClassName
{
color: #64BCFC;
}
.AnyTagClassName
{
color: #64BCFC;
}
</style>
background-color css
<style>
a { background-color: #64BCFC; }
a { background-color: rgb(100,188,252); }
div.DivClassName
{
background-color: #64BCFC;
}
.BgClassName
{
background-color: #64BCFC;
}
</style>
border-color css
<style>
span { border-color: #64BCFC; }
span { border-color: rgb(100,188,252); }
td.TdClassName
{
border-color: #64BCFC;
}
.TagClassName
{
border-color: #64BCFC;
}
</style>