Shades of Maya Blue #58AFFF
Tints of Maya Blue #58AFFF
RGB
CMYK
RGB Variations
Color information
#58AFFF (or 0x58AFFF) is known color: Maya Blue. HEX triplet: 58, AF and FF. RGB value is (88,175,255). Sum of RGB (Red+Green+Blue) = 88+175+255=518 (68% of max value = 765). Red value is 88 (34.77% from 255 or 16.99% from 518); Green value is 175 (68.75% from 255 or 33.78% from 518); Blue value is 255 (100% from 255 or 49.23% from 518); Max value from RGB is 255 - color contains mainly: blue. Hex color #58AFFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #58AFFF is #A75000. Grayscale: #9D9D9D. Windows color (decimal): -10964993 or 16756568. OLE color: 16756568.
HSL color Cylindrical-coordinate representation of color #58AFFF: hue angle of 208.74º 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 #58AFFF is Cyan = 0.65, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 88 | 175 | 255 | - |
| CMYK | 0.65 | 0.31 | 0 | 0 |
| HSL | 208.74º | 1% | 0.67% | - |
| HSV(B) | 208.74º | 0.65% | 1% | - |
| XYZ | 37.4 | 39.95 | 100.35 | - |
| YUV | 158.11 | 182.68 | 78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 175 | 255 | 0.65 | 0.31 | 0 | 0 | 208.74 | 1 | 0.67 |
| Hex | 58 | AF | FF | 41 | 1F | 0 | 0 | D1 | 64 | 43 |
| Octal | 130 | 257 | 377 | 101 | 37 | 0 | 0 | 321 | 144 | 103 |
| Binary | 1011000 | 10101111 | 11111111 | 1000001 | 11111 | 0 | 0 | 11010001 | 1100100 | 1000011 |
Color Harmonies of #58AFFF
Complementary color
Monochromatic Colors of #58AFFF
Black with #58AFFF
Text Example
Text Example
White with #58AFFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58AFFF; }
p { color: rgb(88,175,255); }
H1.HeaderClassName
{
color: #58AFFF;
}
.AnyTagClassName
{
color: #58AFFF;
}
</style>
background-color css
<style>
a { background-color: #58AFFF; }
a { background-color: rgb(88,175,255); }
div.DivClassName
{
background-color: #58AFFF;
}
.BgClassName
{
background-color: #58AFFF;
}
</style>
border-color css
<style>
span { border-color: #58AFFF; }
span { border-color: rgb(88,175,255); }
td.TdClassName
{
border-color: #58AFFF;
}
.TagClassName
{
border-color: #58AFFF;
}
</style>