Shades of Maya Blue #64ADFE
Tints of Maya Blue #64ADFE
RGB
CMYK
RGB Variations
Color information
#64ADFE (or 0x64ADFE) is known color: Maya Blue. HEX triplet: 64, AD and FE. RGB value is (100,173,254). Sum of RGB (Red+Green+Blue) = 100+173+254=527 (69% of max value = 765). Red value is 100 (39.45% from 255 or 18.98% from 527); Green value is 173 (67.97% from 255 or 32.83% from 527); Blue value is 254 (99.61% from 255 or 48.20% from 527); Max value from RGB is 254 - color contains mainly: blue. Hex color #64ADFE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #64ADFE is #9B5201. Grayscale: #A0A0A0. Windows color (decimal): -10179074 or 16690532. OLE color: 16690532.
HSL color Cylindrical-coordinate representation of color #64ADFE: hue angle of 211.56º 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 #64ADFE is Cyan = 0.61, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 100 | 173 | 254 | - |
| CMYK | 0.61 | 0.32 | 0 | 0.00 |
| HSL | 211.56º | 0.99% | 0.69% | - |
| HSV(B) | 211.56º | 0.61% | 1% | - |
| XYZ | 38.09 | 39.75 | 99.43 | - |
| YUV | 160.41 | 180.82 | 84.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 173 | 254 | 0.61 | 0.32 | 0 | 0.00 | 211.56 | 0.99 | 0.69 |
| Hex | 64 | AD | FE | 3D | 20 | 0 | 0 | D4 | 63 | 45 |
| Octal | 144 | 255 | 376 | 75 | 40 | 0 | 0 | 324 | 143 | 105 |
| Binary | 1100100 | 10101101 | 11111110 | 111101 | 100000 | 0 | 0 | 11010100 | 1100011 | 1000101 |
Color Harmonies of #64ADFE
Complementary color
Monochromatic Colors of #64ADFE
Black with #64ADFE
Text Example
Text Example
White with #64ADFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64ADFE; }
p { color: rgb(100,173,254); }
H1.HeaderClassName
{
color: #64ADFE;
}
.AnyTagClassName
{
color: #64ADFE;
}
</style>
background-color css
<style>
a { background-color: #64ADFE; }
a { background-color: rgb(100,173,254); }
div.DivClassName
{
background-color: #64ADFE;
}
.BgClassName
{
background-color: #64ADFE;
}
</style>
border-color css
<style>
span { border-color: #64ADFE; }
span { border-color: rgb(100,173,254); }
td.TdClassName
{
border-color: #64ADFE;
}
.TagClassName
{
border-color: #64ADFE;
}
</style>