Shades of Maya Blue #64BEFE
Tints of Maya Blue #64BEFE
RGB
CMYK
RGB Variations
Color information
#64BEFE (or 0x64BEFE) is known color: Maya Blue. HEX triplet: 64, BE and FE. RGB value is (100,190,254). Sum of RGB (Red+Green+Blue) = 100+190+254=544 (72% of max value = 765). Red value is 100 (39.45% from 255 or 18.38% from 544); Green value is 190 (74.61% from 255 or 34.93% from 544); Blue value is 254 (99.61% from 255 or 46.69% from 544); Max value from RGB is 254 - color contains mainly: blue. Hex color #64BEFE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #64BEFE is #9B4101. Grayscale: #AAAAAA. Windows color (decimal): -10174722 or 16694884. OLE color: 16694884.
HSL color Cylindrical-coordinate representation of color #64BEFE: hue angle of 204.94º 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 #64BEFE is Cyan = 0.61, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 100 | 190 | 254 | - |
| CMYK | 0.61 | 0.25 | 0 | 0.00 |
| HSL | 204.94º | 0.99% | 0.69% | - |
| HSV(B) | 204.94º | 0.61% | 1% | - |
| XYZ | 41.56 | 46.69 | 100.59 | - |
| YUV | 170.39 | 175.18 | 77.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 190 | 254 | 0.61 | 0.25 | 0 | 0.00 | 204.94 | 0.99 | 0.69 |
| Hex | 64 | BE | FE | 3D | 19 | 0 | 0 | CD | 63 | 45 |
| Octal | 144 | 276 | 376 | 75 | 31 | 0 | 0 | 315 | 143 | 105 |
| Binary | 1100100 | 10111110 | 11111110 | 111101 | 11001 | 0 | 0 | 11001101 | 1100011 | 1000101 |
Color Harmonies of #64BEFE
Complementary color
Monochromatic Colors of #64BEFE
Black with #64BEFE
Text Example
Text Example
White with #64BEFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64BEFE; }
p { color: rgb(100,190,254); }
H1.HeaderClassName
{
color: #64BEFE;
}
.AnyTagClassName
{
color: #64BEFE;
}
</style>
background-color css
<style>
a { background-color: #64BEFE; }
a { background-color: rgb(100,190,254); }
div.DivClassName
{
background-color: #64BEFE;
}
.BgClassName
{
background-color: #64BEFE;
}
</style>
border-color css
<style>
span { border-color: #64BEFE; }
span { border-color: rgb(100,190,254); }
td.TdClassName
{
border-color: #64BEFE;
}
.TagClassName
{
border-color: #64BEFE;
}
</style>