Shades of Maya Blue #58C9F6
Tints of Maya Blue #58C9F6
RGB
CMYK
RGB Variations
Color information
#58C9F6 (or 0x58C9F6) is known color: Maya Blue. HEX triplet: 58, C9 and F6. RGB value is (88,201,246). Sum of RGB (Red+Green+Blue) = 88+201+246=535 (70% of max value = 765). Red value is 88 (34.77% from 255 or 16.45% from 535); Green value is 201 (78.91% from 255 or 37.57% from 535); Blue value is 246 (96.48% from 255 or 45.98% from 535); Max value from RGB is 246 - color contains mainly: blue. Hex color #58C9F6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #58C9F6 is #A73609. Grayscale: #ACACAC. Windows color (decimal): -10958346 or 16173400. OLE color: 16173400.
HSL color Cylindrical-coordinate representation of color #58C9F6: hue angle of 197.09º degrees, saturation: 0.9, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #58C9F6 is Cyan = 0.64, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 88 | 201 | 246 | - |
| CMYK | 0.64 | 0.18 | 0 | 0.04 |
| HSL | 197.09º | 0.9% | 0.65% | - |
| HSV(B) | 197.09º | 0.64% | 0.96% | - |
| XYZ | 41.55 | 50.5 | 94.75 | - |
| YUV | 172.34 | 169.56 | 67.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 201 | 246 | 0.64 | 0.18 | 0 | 0.04 | 197.09 | 0.9 | 0.65 |
| Hex | 58 | C9 | F6 | 40 | 12 | 0 | 4 | C5 | 5A | 41 |
| Octal | 130 | 311 | 366 | 100 | 22 | 0 | 4 | 305 | 132 | 101 |
| Binary | 1011000 | 11001001 | 11110110 | 1000000 | 10010 | 0 | 100 | 11000101 | 1011010 | 1000001 |
Color Harmonies of #58C9F6
Complementary color
Monochromatic Colors of #58C9F6
Black with #58C9F6
Text Example
Text Example
White with #58C9F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58C9F6; }
p { color: rgb(88,201,246); }
H1.HeaderClassName
{
color: #58C9F6;
}
.AnyTagClassName
{
color: #58C9F6;
}
</style>
background-color css
<style>
a { background-color: #58C9F6; }
a { background-color: rgb(88,201,246); }
div.DivClassName
{
background-color: #58C9F6;
}
.BgClassName
{
background-color: #58C9F6;
}
</style>
border-color css
<style>
span { border-color: #58C9F6; }
span { border-color: rgb(88,201,246); }
td.TdClassName
{
border-color: #58C9F6;
}
.TagClassName
{
border-color: #58C9F6;
}
</style>