Shades of Maya Blue #58BBFE
Tints of Maya Blue #58BBFE
RGB
CMYK
RGB Variations
Color information
#58BBFE (or 0x58BBFE) is known color: Maya Blue. HEX triplet: 58, BB and FE. RGB value is (88,187,254). Sum of RGB (Red+Green+Blue) = 88+187+254=529 (70% of max value = 765). Red value is 88 (34.77% from 255 or 16.64% from 529); Green value is 187 (73.44% from 255 or 35.35% from 529); Blue value is 254 (99.61% from 255 or 48.02% from 529); Max value from RGB is 254 - color contains mainly: blue. Hex color #58BBFE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #58BBFE is #A74401. Grayscale: #A4A4A4. Windows color (decimal): -10961922 or 16694104. OLE color: 16694104.
HSL color Cylindrical-coordinate representation of color #58BBFE: hue angle of 204.22º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #58BBFE is Cyan = 0.65, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 88 | 187 | 254 | - |
| CMYK | 0.65 | 0.26 | 0 | 0.00 |
| HSL | 204.22º | 0.99% | 0.67% | - |
| HSV(B) | 204.22º | 0.65% | 1% | - |
| XYZ | 39.68 | 44.77 | 100.32 | - |
| YUV | 165.04 | 178.2 | 73.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 187 | 254 | 0.65 | 0.26 | 0 | 0.00 | 204.22 | 0.99 | 0.67 |
| Hex | 58 | BB | FE | 41 | 1A | 0 | 0 | CC | 63 | 43 |
| Octal | 130 | 273 | 376 | 101 | 32 | 0 | 0 | 314 | 143 | 103 |
| Binary | 1011000 | 10111011 | 11111110 | 1000001 | 11010 | 0 | 0 | 11001100 | 1100011 | 1000011 |
Color Harmonies of #58BBFE
Complementary color
Monochromatic Colors of #58BBFE
Black with #58BBFE
Text Example
Text Example
White with #58BBFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58BBFE; }
p { color: rgb(88,187,254); }
H1.HeaderClassName
{
color: #58BBFE;
}
.AnyTagClassName
{
color: #58BBFE;
}
</style>
background-color css
<style>
a { background-color: #58BBFE; }
a { background-color: rgb(88,187,254); }
div.DivClassName
{
background-color: #58BBFE;
}
.BgClassName
{
background-color: #58BBFE;
}
</style>
border-color css
<style>
span { border-color: #58BBFE; }
span { border-color: rgb(88,187,254); }
td.TdClassName
{
border-color: #58BBFE;
}
.TagClassName
{
border-color: #58BBFE;
}
</style>