Shades of Maya Blue #58CFFF
Tints of Maya Blue #58CFFF
RGB
CMYK
RGB Variations
Color information
#58CFFF (or 0x58CFFF) is known color: Maya Blue. HEX triplet: 58, CF and FF. RGB value is (88,207,255). Sum of RGB (Red+Green+Blue) = 88+207+255=550 (72% of max value = 765). Red value is 88 (34.77% from 255 or 16% from 550); Green value is 207 (81.25% from 255 or 37.64% from 550); Blue value is 255 (100% from 255 or 46.36% from 550); Max value from RGB is 255 - color contains mainly: blue. Hex color #58CFFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #58CFFF is #A73000. Grayscale: #B0B0B0. Windows color (decimal): -10956801 or 16764760. OLE color: 16764760.
HSL color Cylindrical-coordinate representation of color #58CFFF: hue angle of 197.25º 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 #58CFFF is Cyan = 0.65, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 88 | 207 | 255 | - |
| CMYK | 0.65 | 0.19 | 0 | 0 |
| HSL | 197.25º | 1% | 0.67% | - |
| HSV(B) | 197.25º | 0.65% | 1% | - |
| XYZ | 44.39 | 53.92 | 102.68 | - |
| YUV | 176.89 | 172.08 | 64.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 207 | 255 | 0.65 | 0.19 | 0 | 0 | 197.25 | 1 | 0.67 |
| Hex | 58 | CF | FF | 41 | 13 | 0 | 0 | C5 | 64 | 43 |
| Octal | 130 | 317 | 377 | 101 | 23 | 0 | 0 | 305 | 144 | 103 |
| Binary | 1011000 | 11001111 | 11111111 | 1000001 | 10011 | 0 | 0 | 11000101 | 1100100 | 1000011 |
Color Harmonies of #58CFFF
Complementary color
Monochromatic Colors of #58CFFF
Black with #58CFFF
Text Example
Text Example
White with #58CFFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58CFFF; }
p { color: rgb(88,207,255); }
H1.HeaderClassName
{
color: #58CFFF;
}
.AnyTagClassName
{
color: #58CFFF;
}
</style>
background-color css
<style>
a { background-color: #58CFFF; }
a { background-color: rgb(88,207,255); }
div.DivClassName
{
background-color: #58CFFF;
}
.BgClassName
{
background-color: #58CFFF;
}
</style>
border-color css
<style>
span { border-color: #58CFFF; }
span { border-color: rgb(88,207,255); }
td.TdClassName
{
border-color: #58CFFF;
}
.TagClassName
{
border-color: #58CFFF;
}
</style>