Shades of Maya Blue #58BAFF
Tints of Maya Blue #58BAFF
RGB
CMYK
RGB Variations
Color information
#58BAFF (or 0x58BAFF) is known color: Maya Blue. HEX triplet: 58, BA and FF. RGB value is (88,186,255). Sum of RGB (Red+Green+Blue) = 88+186+255=529 (70% of max value = 765). Red value is 88 (34.77% from 255 or 16.64% from 529); Green value is 186 (73.05% from 255 or 35.16% from 529); Blue value is 255 (100% from 255 or 48.20% from 529); Max value from RGB is 255 - color contains mainly: blue. Hex color #58BAFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #58BAFF is #A74500. Grayscale: #A4A4A4. Windows color (decimal): -10962177 or 16759384. OLE color: 16759384.
HSL color Cylindrical-coordinate representation of color #58BAFF: hue angle of 204.79º 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 #58BAFF is Cyan = 0.65, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 88 | 186 | 255 | - |
| CMYK | 0.65 | 0.27 | 0 | 0 |
| HSL | 204.79º | 1% | 0.67% | - |
| HSV(B) | 204.79º | 0.65% | 1% | - |
| XYZ | 39.63 | 44.41 | 101.09 | - |
| YUV | 164.56 | 179.03 | 73.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 186 | 255 | 0.65 | 0.27 | 0 | 0 | 204.79 | 1 | 0.67 |
| Hex | 58 | BA | FF | 41 | 1B | 0 | 0 | CD | 64 | 43 |
| Octal | 130 | 272 | 377 | 101 | 33 | 0 | 0 | 315 | 144 | 103 |
| Binary | 1011000 | 10111010 | 11111111 | 1000001 | 11011 | 0 | 0 | 11001101 | 1100100 | 1000011 |
Color Harmonies of #58BAFF
Complementary color
Monochromatic Colors of #58BAFF
Black with #58BAFF
Text Example
Text Example
White with #58BAFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58BAFF; }
p { color: rgb(88,186,255); }
H1.HeaderClassName
{
color: #58BAFF;
}
.AnyTagClassName
{
color: #58BAFF;
}
</style>
background-color css
<style>
a { background-color: #58BAFF; }
a { background-color: rgb(88,186,255); }
div.DivClassName
{
background-color: #58BAFF;
}
.BgClassName
{
background-color: #58BAFF;
}
</style>
border-color css
<style>
span { border-color: #58BAFF; }
span { border-color: rgb(88,186,255); }
td.TdClassName
{
border-color: #58BAFF;
}
.TagClassName
{
border-color: #58BAFF;
}
</style>