Shades of Maya Blue #65AEFF
Tints of Maya Blue #65AEFF
RGB
CMYK
RGB Variations
Color information
#65AEFF (or 0x65AEFF) is known color: Maya Blue. HEX triplet: 65, AE and FF. RGB value is (101,174,255). Sum of RGB (Red+Green+Blue) = 101+174+255=530 (70% of max value = 765). Red value is 101 (39.84% from 255 or 19.06% from 530); Green value is 174 (68.36% from 255 or 32.83% from 530); Blue value is 255 (100% from 255 or 48.11% from 530); Max value from RGB is 255 - color contains mainly: blue. Hex color #65AEFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #65AEFF is #9A5100. Grayscale: #A1A1A1. Windows color (decimal): -10113281 or 16756325. OLE color: 16756325.
HSL color Cylindrical-coordinate representation of color #65AEFF: hue angle of 211.56º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #65AEFF is Cyan = 0.60, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 101 | 174 | 255 | - |
| CMYK | 0.60 | 0.32 | 0 | 0 |
| HSL | 211.56º | 1% | 0.7% | - |
| HSV(B) | 211.56º | 0.6% | 1% | - |
| XYZ | 38.55 | 40.26 | 100.35 | - |
| YUV | 161.41 | 180.82 | 84.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 174 | 255 | 0.60 | 0.32 | 0 | 0 | 211.56 | 1 | 0.7 |
| Hex | 65 | AE | FF | 3C | 20 | 0 | 0 | D4 | 64 | 46 |
| Octal | 145 | 256 | 377 | 74 | 40 | 0 | 0 | 324 | 144 | 106 |
| Binary | 1100101 | 10101110 | 11111111 | 111100 | 100000 | 0 | 0 | 11010100 | 1100100 | 1000110 |
Color Harmonies of #65AEFF
Complementary color
Monochromatic Colors of #65AEFF
Black with #65AEFF
Text Example
Text Example
White with #65AEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65AEFF; }
p { color: rgb(101,174,255); }
H1.HeaderClassName
{
color: #65AEFF;
}
.AnyTagClassName
{
color: #65AEFF;
}
</style>
background-color css
<style>
a { background-color: #65AEFF; }
a { background-color: rgb(101,174,255); }
div.DivClassName
{
background-color: #65AEFF;
}
.BgClassName
{
background-color: #65AEFF;
}
</style>
border-color css
<style>
span { border-color: #65AEFF; }
span { border-color: rgb(101,174,255); }
td.TdClassName
{
border-color: #65AEFF;
}
.TagClassName
{
border-color: #65AEFF;
}
</style>