Shades of Maya Blue #59C1FF
Tints of Maya Blue #59C1FF
RGB
CMYK
RGB Variations
Color information
#59C1FF (or 0x59C1FF) is known color: Maya Blue. HEX triplet: 59, C1 and FF. RGB value is (89,193,255). Sum of RGB (Red+Green+Blue) = 89+193+255=537 (71% of max value = 765). Red value is 89 (35.16% from 255 or 16.57% from 537); Green value is 193 (75.78% from 255 or 35.94% from 537); Blue value is 255 (100% from 255 or 47.49% from 537); Max value from RGB is 255 - color contains mainly: blue. Hex color #59C1FF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #59C1FF is #A63E00. Grayscale: #A8A8A8. Windows color (decimal): -10894849 or 16761177. OLE color: 16761177.
HSL color Cylindrical-coordinate representation of color #59C1FF: hue angle of 202.41º 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 #59C1FF is Cyan = 0.65, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 89 | 193 | 255 | - |
| CMYK | 0.65 | 0.24 | 0 | 0 |
| HSL | 202.41º | 1% | 0.67% | - |
| HSV(B) | 202.41º | 0.65% | 1% | - |
| XYZ | 41.24 | 47.48 | 101.6 | - |
| YUV | 168.97 | 176.54 | 70.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 193 | 255 | 0.65 | 0.24 | 0 | 0 | 202.41 | 1 | 0.67 |
| Hex | 59 | C1 | FF | 41 | 18 | 0 | 0 | CA | 64 | 43 |
| Octal | 131 | 301 | 377 | 101 | 30 | 0 | 0 | 312 | 144 | 103 |
| Binary | 1011001 | 11000001 | 11111111 | 1000001 | 11000 | 0 | 0 | 11001010 | 1100100 | 1000011 |
Color Harmonies of #59C1FF
Complementary color
Monochromatic Colors of #59C1FF
Black with #59C1FF
Text Example
Text Example
White with #59C1FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59C1FF; }
p { color: rgb(89,193,255); }
H1.HeaderClassName
{
color: #59C1FF;
}
.AnyTagClassName
{
color: #59C1FF;
}
</style>
background-color css
<style>
a { background-color: #59C1FF; }
a { background-color: rgb(89,193,255); }
div.DivClassName
{
background-color: #59C1FF;
}
.BgClassName
{
background-color: #59C1FF;
}
</style>
border-color css
<style>
span { border-color: #59C1FF; }
span { border-color: rgb(89,193,255); }
td.TdClassName
{
border-color: #59C1FF;
}
.TagClassName
{
border-color: #59C1FF;
}
</style>