Shades of Maya Blue #64BBFE
Tints of Maya Blue #64BBFE
RGB
CMYK
RGB Variations
Color information
#64BBFE (or 0x64BBFE) is known color: Maya Blue. HEX triplet: 64, BB and FE. RGB value is (100,187,254). Sum of RGB (Red+Green+Blue) = 100+187+254=541 (71% of max value = 765). Red value is 100 (39.45% from 255 or 18.48% from 541); Green value is 187 (73.44% from 255 or 34.57% from 541); Blue value is 254 (99.61% from 255 or 46.95% from 541); Max value from RGB is 254 - color contains mainly: blue. Hex color #64BBFE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #64BBFE is #9B4401. Grayscale: #A8A8A8. Windows color (decimal): -10175490 or 16694116. OLE color: 16694116.
HSL color Cylindrical-coordinate representation of color #64BBFE: hue angle of 206.1º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #64BBFE is Cyan = 0.61, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 100 | 187 | 254 | - |
| CMYK | 0.61 | 0.26 | 0 | 0.00 |
| HSL | 206.1º | 0.99% | 0.69% | - |
| HSV(B) | 206.1º | 0.61% | 1% | - |
| XYZ | 40.92 | 45.41 | 100.37 | - |
| YUV | 168.63 | 176.18 | 79.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 187 | 254 | 0.61 | 0.26 | 0 | 0.00 | 206.1 | 0.99 | 0.69 |
| Hex | 64 | BB | FE | 3D | 1A | 0 | 0 | CE | 63 | 45 |
| Octal | 144 | 273 | 376 | 75 | 32 | 0 | 0 | 316 | 143 | 105 |
| Binary | 1100100 | 10111011 | 11111110 | 111101 | 11010 | 0 | 0 | 11001110 | 1100011 | 1000101 |
Color Harmonies of #64BBFE
Complementary color
Monochromatic Colors of #64BBFE
Black with #64BBFE
Text Example
Text Example
White with #64BBFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64BBFE; }
p { color: rgb(100,187,254); }
H1.HeaderClassName
{
color: #64BBFE;
}
.AnyTagClassName
{
color: #64BBFE;
}
</style>
background-color css
<style>
a { background-color: #64BBFE; }
a { background-color: rgb(100,187,254); }
div.DivClassName
{
background-color: #64BBFE;
}
.BgClassName
{
background-color: #64BBFE;
}
</style>
border-color css
<style>
span { border-color: #64BBFE; }
span { border-color: rgb(100,187,254); }
td.TdClassName
{
border-color: #64BBFE;
}
.TagClassName
{
border-color: #64BBFE;
}
</style>