Shades of Maya Blue #64BCFF
Tints of Maya Blue #64BCFF
RGB
CMYK
RGB Variations
Color information
#64BCFF (or 0x64BCFF) is known color: Maya Blue. HEX triplet: 64, BC and FF. RGB value is (100,188,255). Sum of RGB (Red+Green+Blue) = 100+188+255=543 (71% of max value = 765). Red value is 100 (39.45% from 255 or 18.42% from 543); Green value is 188 (73.83% from 255 or 34.62% from 543); Blue value is 255 (100% from 255 or 46.96% from 543); Max value from RGB is 255 - color contains mainly: blue. Hex color #64BCFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #64BCFF is #9B4300. Grayscale: #A8A8A8. Windows color (decimal): -10175233 or 16759908. OLE color: 16759908.
HSL color Cylindrical-coordinate representation of color #64BCFF: hue angle of 205.94º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #64BCFF is Cyan = 0.61, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 100 | 188 | 255 | - |
| CMYK | 0.61 | 0.26 | 0 | 0 |
| HSL | 205.94º | 1% | 0.7% | - |
| HSV(B) | 205.94º | 0.61% | 1% | - |
| XYZ | 41.29 | 45.9 | 101.29 | - |
| YUV | 169.33 | 176.35 | 78.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 188 | 255 | 0.61 | 0.26 | 0 | 0 | 205.94 | 1 | 0.7 |
| Hex | 64 | BC | FF | 3D | 1A | 0 | 0 | CE | 64 | 46 |
| Octal | 144 | 274 | 377 | 75 | 32 | 0 | 0 | 316 | 144 | 106 |
| Binary | 1100100 | 10111100 | 11111111 | 111101 | 11010 | 0 | 0 | 11001110 | 1100100 | 1000110 |
Color Harmonies of #64BCFF
Complementary color
Monochromatic Colors of #64BCFF
Black with #64BCFF
Text Example
Text Example
White with #64BCFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64BCFF; }
p { color: rgb(100,188,255); }
H1.HeaderClassName
{
color: #64BCFF;
}
.AnyTagClassName
{
color: #64BCFF;
}
</style>
background-color css
<style>
a { background-color: #64BCFF; }
a { background-color: rgb(100,188,255); }
div.DivClassName
{
background-color: #64BCFF;
}
.BgClassName
{
background-color: #64BCFF;
}
</style>
border-color css
<style>
span { border-color: #64BCFF; }
span { border-color: rgb(100,188,255); }
td.TdClassName
{
border-color: #64BCFF;
}
.TagClassName
{
border-color: #64BCFF;
}
</style>