Shades of Maya Blue #58C8F6
Tints of Maya Blue #58C8F6
RGB
CMYK
RGB Variations
Color information
#58C8F6 (or 0x58C8F6) is known color: Maya Blue. HEX triplet: 58, C8 and F6. RGB value is (88,200,246). Sum of RGB (Red+Green+Blue) = 88+200+246=534 (70% of max value = 765). Red value is 88 (34.77% from 255 or 16.48% from 534); Green value is 200 (78.52% from 255 or 37.45% from 534); Blue value is 246 (96.48% from 255 or 46.07% from 534); Max value from RGB is 246 - color contains mainly: blue. Hex color #58C8F6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #58C8F6 is #A73709. Grayscale: #ABABAB. Windows color (decimal): -10958602 or 16173144. OLE color: 16173144.
HSL color Cylindrical-coordinate representation of color #58C8F6: hue angle of 197.47º 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 #58C8F6 is Cyan = 0.64, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 88 | 200 | 246 | - |
| CMYK | 0.64 | 0.19 | 0 | 0.04 |
| HSL | 197.47º | 0.9% | 0.65% | - |
| HSV(B) | 197.47º | 0.64% | 0.96% | - |
| XYZ | 41.31 | 50.04 | 94.67 | - |
| YUV | 171.76 | 169.89 | 68.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 200 | 246 | 0.64 | 0.19 | 0 | 0.04 | 197.47 | 0.9 | 0.65 |
| Hex | 58 | C8 | F6 | 40 | 13 | 0 | 4 | C5 | 5A | 41 |
| Octal | 130 | 310 | 366 | 100 | 23 | 0 | 4 | 305 | 132 | 101 |
| Binary | 1011000 | 11001000 | 11110110 | 1000000 | 10011 | 0 | 100 | 11000101 | 1011010 | 1000001 |
Color Harmonies of #58C8F6
Complementary color
Monochromatic Colors of #58C8F6
Black with #58C8F6
Text Example
Text Example
White with #58C8F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58C8F6; }
p { color: rgb(88,200,246); }
H1.HeaderClassName
{
color: #58C8F6;
}
.AnyTagClassName
{
color: #58C8F6;
}
</style>
background-color css
<style>
a { background-color: #58C8F6; }
a { background-color: rgb(88,200,246); }
div.DivClassName
{
background-color: #58C8F6;
}
.BgClassName
{
background-color: #58C8F6;
}
</style>
border-color css
<style>
span { border-color: #58C8F6; }
span { border-color: rgb(88,200,246); }
td.TdClassName
{
border-color: #58C8F6;
}
.TagClassName
{
border-color: #58C8F6;
}
</style>