Shades of Maya Blue #58C1FF
Tints of Maya Blue #58C1FF
RGB
CMYK
RGB Variations
Color information
#58C1FF (or 0x58C1FF) is known color: Maya Blue. HEX triplet: 58, C1 and FF. RGB value is (88,193,255). Sum of RGB (Red+Green+Blue) = 88+193+255=536 (70% of max value = 765). Red value is 88 (34.77% from 255 or 16.42% from 536); Green value is 193 (75.78% from 255 or 36.01% from 536); Blue value is 255 (100% from 255 or 47.57% from 536); Max value from RGB is 255 - color contains mainly: blue. Hex color #58C1FF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #58C1FF is #A73E00. Grayscale: #A8A8A8. Windows color (decimal): -10960385 or 16761176. OLE color: 16761176.
HSL color Cylindrical-coordinate representation of color #58C1FF: hue angle of 202.28º 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 #58C1FF is Cyan = 0.65, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 88 | 193 | 255 | - |
| CMYK | 0.65 | 0.24 | 0 | 0 |
| HSL | 202.28º | 1% | 0.67% | - |
| HSV(B) | 202.28º | 0.65% | 1% | - |
| XYZ | 41.14 | 47.43 | 101.6 | - |
| YUV | 168.67 | 176.71 | 70.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 193 | 255 | 0.65 | 0.24 | 0 | 0 | 202.28 | 1 | 0.67 |
| Hex | 58 | C1 | FF | 41 | 18 | 0 | 0 | CA | 64 | 43 |
| Octal | 130 | 301 | 377 | 101 | 30 | 0 | 0 | 312 | 144 | 103 |
| Binary | 1011000 | 11000001 | 11111111 | 1000001 | 11000 | 0 | 0 | 11001010 | 1100100 | 1000011 |
Color Harmonies of #58C1FF
Complementary color
Monochromatic Colors of #58C1FF
Black with #58C1FF
Text Example
Text Example
White with #58C1FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58C1FF; }
p { color: rgb(88,193,255); }
H1.HeaderClassName
{
color: #58C1FF;
}
.AnyTagClassName
{
color: #58C1FF;
}
</style>
background-color css
<style>
a { background-color: #58C1FF; }
a { background-color: rgb(88,193,255); }
div.DivClassName
{
background-color: #58C1FF;
}
.BgClassName
{
background-color: #58C1FF;
}
</style>
border-color css
<style>
span { border-color: #58C1FF; }
span { border-color: rgb(88,193,255); }
td.TdClassName
{
border-color: #58C1FF;
}
.TagClassName
{
border-color: #58C1FF;
}
</style>