Shades of Maya Blue #58C0FA
Tints of Maya Blue #58C0FA
RGB
CMYK
RGB Variations
Color information
#58C0FA (or 0x58C0FA) is known color: Maya Blue. HEX triplet: 58, C0 and FA. RGB value is (88,192,250). Sum of RGB (Red+Green+Blue) = 88+192+250=530 (70% of max value = 765). Red value is 88 (34.77% from 255 or 16.60% from 530); Green value is 192 (75.39% from 255 or 36.23% from 530); Blue value is 250 (98.05% from 255 or 47.17% from 530); Max value from RGB is 250 - color contains mainly: blue. Hex color #58C0FA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #58C0FA is #A73F05. Grayscale: #A7A7A7. Windows color (decimal): -10960646 or 16433240. OLE color: 16433240.
HSL color Cylindrical-coordinate representation of color #58C0FA: hue angle of 201.48º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #58C0FA is Cyan = 0.65, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 88 | 192 | 250 | - |
| CMYK | 0.65 | 0.23 | 0 | 0.02 |
| HSL | 201.48º | 0.94% | 0.66% | - |
| HSV(B) | 201.48º | 0.65% | 0.98% | - |
| XYZ | 40.13 | 46.68 | 97.34 | - |
| YUV | 167.52 | 174.54 | 71.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 192 | 250 | 0.65 | 0.23 | 0 | 0.02 | 201.48 | 0.94 | 0.66 |
| Hex | 58 | C0 | FA | 41 | 17 | 0 | 2 | C9 | 5E | 42 |
| Octal | 130 | 300 | 372 | 101 | 27 | 0 | 2 | 311 | 136 | 102 |
| Binary | 1011000 | 11000000 | 11111010 | 1000001 | 10111 | 0 | 10 | 11001001 | 1011110 | 1000010 |
Color Harmonies of #58C0FA
Complementary color
Monochromatic Colors of #58C0FA
Black with #58C0FA
Text Example
Text Example
White with #58C0FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58C0FA; }
p { color: rgb(88,192,250); }
H1.HeaderClassName
{
color: #58C0FA;
}
.AnyTagClassName
{
color: #58C0FA;
}
</style>
background-color css
<style>
a { background-color: #58C0FA; }
a { background-color: rgb(88,192,250); }
div.DivClassName
{
background-color: #58C0FA;
}
.BgClassName
{
background-color: #58C0FA;
}
</style>
border-color css
<style>
span { border-color: #58C0FA; }
span { border-color: rgb(88,192,250); }
td.TdClassName
{
border-color: #58C0FA;
}
.TagClassName
{
border-color: #58C0FA;
}
</style>