Shades of Maya Blue #58D0FE
Tints of Maya Blue #58D0FE
RGB
CMYK
RGB Variations
Color information
#58D0FE (or 0x58D0FE) is known color: Maya Blue. HEX triplet: 58, D0 and FE. RGB value is (88,208,254). Sum of RGB (Red+Green+Blue) = 88+208+254=550 (72% of max value = 765). Red value is 88 (34.77% from 255 or 16% from 550); Green value is 208 (81.64% from 255 or 37.82% from 550); Blue value is 254 (99.61% from 255 or 46.18% from 550); Max value from RGB is 254 - color contains mainly: blue. Hex color #58D0FE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #58D0FE is #A72F01. Grayscale: #B1B1B1. Windows color (decimal): -10956546 or 16699480. OLE color: 16699480.
HSL color Cylindrical-coordinate representation of color #58D0FE: hue angle of 196.63º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #58D0FE is Cyan = 0.65, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 88 | 208 | 254 | - |
| CMYK | 0.65 | 0.18 | 0 | 0.00 |
| HSL | 196.63º | 0.99% | 0.67% | - |
| HSV(B) | 196.63º | 0.65% | 1% | - |
| XYZ | 44.47 | 54.34 | 101.91 | - |
| YUV | 177.36 | 171.24 | 64.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 208 | 254 | 0.65 | 0.18 | 0 | 0.00 | 196.63 | 0.99 | 0.67 |
| Hex | 58 | D0 | FE | 41 | 12 | 0 | 0 | C5 | 63 | 43 |
| Octal | 130 | 320 | 376 | 101 | 22 | 0 | 0 | 305 | 143 | 103 |
| Binary | 1011000 | 11010000 | 11111110 | 1000001 | 10010 | 0 | 0 | 11000101 | 1100011 | 1000011 |
Color Harmonies of #58D0FE
Complementary color
Monochromatic Colors of #58D0FE
Black with #58D0FE
Text Example
Text Example
White with #58D0FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58D0FE; }
p { color: rgb(88,208,254); }
H1.HeaderClassName
{
color: #58D0FE;
}
.AnyTagClassName
{
color: #58D0FE;
}
</style>
background-color css
<style>
a { background-color: #58D0FE; }
a { background-color: rgb(88,208,254); }
div.DivClassName
{
background-color: #58D0FE;
}
.BgClassName
{
background-color: #58D0FE;
}
</style>
border-color css
<style>
span { border-color: #58D0FE; }
span { border-color: rgb(88,208,254); }
td.TdClassName
{
border-color: #58D0FE;
}
.TagClassName
{
border-color: #58D0FE;
}
</style>