Shades of Maya Blue #60AEFF
Tints of Maya Blue #60AEFF
RGB
CMYK
RGB Variations
Color information
#60AEFF (or 0x60AEFF) is known color: Maya Blue. HEX triplet: 60, AE and FF. RGB value is (96,174,255). Sum of RGB (Red+Green+Blue) = 96+174+255=525 (69% of max value = 765). Red value is 96 (37.89% from 255 or 18.29% from 525); Green value is 174 (68.36% from 255 or 33.14% from 525); Blue value is 255 (100% from 255 or 48.57% from 525); Max value from RGB is 255 - color contains mainly: blue. Hex color #60AEFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #60AEFF is #9F5100. Grayscale: #9F9F9F. Windows color (decimal): -10440961 or 16756320. OLE color: 16756320.
HSL color Cylindrical-coordinate representation of color #60AEFF: hue angle of 210.57º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #60AEFF is Cyan = 0.62, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 96 | 174 | 255 | - |
| CMYK | 0.62 | 0.32 | 0 | 0 |
| HSL | 210.57º | 1% | 0.69% | - |
| HSV(B) | 210.57º | 0.62% | 1% | - |
| XYZ | 38.01 | 39.98 | 100.32 | - |
| YUV | 159.91 | 181.66 | 82.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 174 | 255 | 0.62 | 0.32 | 0 | 0 | 210.57 | 1 | 0.69 |
| Hex | 60 | AE | FF | 3E | 20 | 0 | 0 | D3 | 64 | 45 |
| Octal | 140 | 256 | 377 | 76 | 40 | 0 | 0 | 323 | 144 | 105 |
| Binary | 1100000 | 10101110 | 11111111 | 111110 | 100000 | 0 | 0 | 11010011 | 1100100 | 1000101 |
Color Harmonies of #60AEFF
Complementary color
Monochromatic Colors of #60AEFF
Black with #60AEFF
Text Example
Text Example
White with #60AEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60AEFF; }
p { color: rgb(96,174,255); }
H1.HeaderClassName
{
color: #60AEFF;
}
.AnyTagClassName
{
color: #60AEFF;
}
</style>
background-color css
<style>
a { background-color: #60AEFF; }
a { background-color: rgb(96,174,255); }
div.DivClassName
{
background-color: #60AEFF;
}
.BgClassName
{
background-color: #60AEFF;
}
</style>
border-color css
<style>
span { border-color: #60AEFF; }
span { border-color: rgb(96,174,255); }
td.TdClassName
{
border-color: #60AEFF;
}
.TagClassName
{
border-color: #60AEFF;
}
</style>