Shades of Maya Blue #58C9FF
Tints of Maya Blue #58C9FF
RGB
CMYK
RGB Variations
Color information
#58C9FF (or 0x58C9FF) is known color: Maya Blue. HEX triplet: 58, C9 and FF. RGB value is (88,201,255). Sum of RGB (Red+Green+Blue) = 88+201+255=544 (72% of max value = 765). Red value is 88 (34.77% from 255 or 16.18% from 544); Green value is 201 (78.91% from 255 or 36.95% from 544); Blue value is 255 (100% from 255 or 46.88% from 544); Max value from RGB is 255 - color contains mainly: blue. Hex color #58C9FF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #58C9FF is #A73600. Grayscale: #ADADAD. Windows color (decimal): -10958337 or 16763224. OLE color: 16763224.
HSL color Cylindrical-coordinate representation of color #58C9FF: hue angle of 199.4º 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 #58C9FF is Cyan = 0.65, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 88 | 201 | 255 | - |
| CMYK | 0.65 | 0.21 | 0 | 0 |
| HSL | 199.4º | 1% | 0.67% | - |
| HSV(B) | 199.4º | 0.65% | 1% | - |
| XYZ | 42.96 | 51.07 | 102.2 | - |
| YUV | 173.37 | 174.06 | 67.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 201 | 255 | 0.65 | 0.21 | 0 | 0 | 199.4 | 1 | 0.67 |
| Hex | 58 | C9 | FF | 41 | 15 | 0 | 0 | C7 | 64 | 43 |
| Octal | 130 | 311 | 377 | 101 | 25 | 0 | 0 | 307 | 144 | 103 |
| Binary | 1011000 | 11001001 | 11111111 | 1000001 | 10101 | 0 | 0 | 11000111 | 1100100 | 1000011 |
Color Harmonies of #58C9FF
Complementary color
Monochromatic Colors of #58C9FF
Black with #58C9FF
Text Example
Text Example
White with #58C9FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58C9FF; }
p { color: rgb(88,201,255); }
H1.HeaderClassName
{
color: #58C9FF;
}
.AnyTagClassName
{
color: #58C9FF;
}
</style>
background-color css
<style>
a { background-color: #58C9FF; }
a { background-color: rgb(88,201,255); }
div.DivClassName
{
background-color: #58C9FF;
}
.BgClassName
{
background-color: #58C9FF;
}
</style>
border-color css
<style>
span { border-color: #58C9FF; }
span { border-color: rgb(88,201,255); }
td.TdClassName
{
border-color: #58C9FF;
}
.TagClassName
{
border-color: #58C9FF;
}
</style>