Shades of Maya Blue #58AEFF
Tints of Maya Blue #58AEFF
RGB
CMYK
RGB Variations
Color information
#58AEFF (or 0x58AEFF) is known color: Maya Blue. HEX triplet: 58, AE and FF. RGB value is (88,174,255). Sum of RGB (Red+Green+Blue) = 88+174+255=517 (68% of max value = 765). Red value is 88 (34.77% from 255 or 17.02% from 517); Green value is 174 (68.36% from 255 or 33.66% from 517); Blue value is 255 (100% from 255 or 49.32% from 517); Max value from RGB is 255 - color contains mainly: blue. Hex color #58AEFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #58AEFF is #A75100. Grayscale: #9D9D9D. Windows color (decimal): -10965249 or 16756312. OLE color: 16756312.
HSL color Cylindrical-coordinate representation of color #58AEFF: hue angle of 209.1º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #58AEFF is Cyan = 0.65, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 88 | 174 | 255 | - |
| CMYK | 0.65 | 0.32 | 0 | 0 |
| HSL | 209.1º | 1% | 0.67% | - |
| HSV(B) | 209.1º | 0.65% | 1% | - |
| XYZ | 37.21 | 39.57 | 100.28 | - |
| YUV | 157.52 | 183.01 | 78.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 174 | 255 | 0.65 | 0.32 | 0 | 0 | 209.1 | 1 | 0.67 |
| Hex | 58 | AE | FF | 41 | 20 | 0 | 0 | D1 | 64 | 43 |
| Octal | 130 | 256 | 377 | 101 | 40 | 0 | 0 | 321 | 144 | 103 |
| Binary | 1011000 | 10101110 | 11111111 | 1000001 | 100000 | 0 | 0 | 11010001 | 1100100 | 1000011 |
Color Harmonies of #58AEFF
Complementary color
Monochromatic Colors of #58AEFF
Black with #58AEFF
Text Example
Text Example
White with #58AEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58AEFF; }
p { color: rgb(88,174,255); }
H1.HeaderClassName
{
color: #58AEFF;
}
.AnyTagClassName
{
color: #58AEFF;
}
</style>
background-color css
<style>
a { background-color: #58AEFF; }
a { background-color: rgb(88,174,255); }
div.DivClassName
{
background-color: #58AEFF;
}
.BgClassName
{
background-color: #58AEFF;
}
</style>
border-color css
<style>
span { border-color: #58AEFF; }
span { border-color: rgb(88,174,255); }
td.TdClassName
{
border-color: #58AEFF;
}
.TagClassName
{
border-color: #58AEFF;
}
</style>