Shades of Maya Blue #58BDFE
Tints of Maya Blue #58BDFE
RGB
CMYK
RGB Variations
Color information
#58BDFE (or 0x58BDFE) is known color: Maya Blue. HEX triplet: 58, BD and FE. RGB value is (88,189,254). Sum of RGB (Red+Green+Blue) = 88+189+254=531 (70% of max value = 765). Red value is 88 (34.77% from 255 or 16.57% from 531); Green value is 189 (74.22% from 255 or 35.59% from 531); Blue value is 254 (99.61% from 255 or 47.83% from 531); Max value from RGB is 254 - color contains mainly: blue. Hex color #58BDFE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #58BDFE is #A74201. Grayscale: #A5A5A5. Windows color (decimal): -10961410 or 16694616. OLE color: 16694616.
HSL color Cylindrical-coordinate representation of color #58BDFE: hue angle of 203.49º 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 #58BDFE is Cyan = 0.65, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 88 | 189 | 254 | - |
| CMYK | 0.65 | 0.26 | 0 | 0.00 |
| HSL | 203.49º | 0.99% | 0.67% | - |
| HSV(B) | 203.49º | 0.65% | 1% | - |
| XYZ | 40.11 | 45.63 | 100.46 | - |
| YUV | 166.21 | 177.54 | 72.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 189 | 254 | 0.65 | 0.26 | 0 | 0.00 | 203.49 | 0.99 | 0.67 |
| Hex | 58 | BD | FE | 41 | 1A | 0 | 0 | CB | 63 | 43 |
| Octal | 130 | 275 | 376 | 101 | 32 | 0 | 0 | 313 | 143 | 103 |
| Binary | 1011000 | 10111101 | 11111110 | 1000001 | 11010 | 0 | 0 | 11001011 | 1100011 | 1000011 |
Color Harmonies of #58BDFE
Complementary color
Monochromatic Colors of #58BDFE
Black with #58BDFE
Text Example
Text Example
White with #58BDFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58BDFE; }
p { color: rgb(88,189,254); }
H1.HeaderClassName
{
color: #58BDFE;
}
.AnyTagClassName
{
color: #58BDFE;
}
</style>
background-color css
<style>
a { background-color: #58BDFE; }
a { background-color: rgb(88,189,254); }
div.DivClassName
{
background-color: #58BDFE;
}
.BgClassName
{
background-color: #58BDFE;
}
</style>
border-color css
<style>
span { border-color: #58BDFE; }
span { border-color: rgb(88,189,254); }
td.TdClassName
{
border-color: #58BDFE;
}
.TagClassName
{
border-color: #58BDFE;
}
</style>