Shades of Maya Blue #58BFFA
Tints of Maya Blue #58BFFA
RGB
CMYK
RGB Variations
Color information
#58BFFA (or 0x58BFFA) is known color: Maya Blue. HEX triplet: 58, BF and FA. RGB value is (88,191,250). Sum of RGB (Red+Green+Blue) = 88+191+250=529 (70% of max value = 765). Red value is 88 (34.77% from 255 or 16.64% from 529); Green value is 191 (75% from 255 or 36.11% from 529); Blue value is 250 (98.05% from 255 or 47.26% from 529); Max value from RGB is 250 - color contains mainly: blue. Hex color #58BFFA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #58BFFA is #A74005. Grayscale: #A6A6A6. Windows color (decimal): -10960902 or 16432984. OLE color: 16432984.
HSL color Cylindrical-coordinate representation of color #58BFFA: hue angle of 201.85º 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 #58BFFA is Cyan = 0.65, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 88 | 191 | 250 | - |
| CMYK | 0.65 | 0.24 | 0 | 0.02 |
| HSL | 201.85º | 0.94% | 0.66% | - |
| HSV(B) | 201.85º | 0.65% | 0.98% | - |
| XYZ | 39.91 | 46.24 | 97.26 | - |
| YUV | 166.93 | 174.88 | 71.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 191 | 250 | 0.65 | 0.24 | 0 | 0.02 | 201.85 | 0.94 | 0.66 |
| Hex | 58 | BF | FA | 41 | 18 | 0 | 2 | CA | 5E | 42 |
| Octal | 130 | 277 | 372 | 101 | 30 | 0 | 2 | 312 | 136 | 102 |
| Binary | 1011000 | 10111111 | 11111010 | 1000001 | 11000 | 0 | 10 | 11001010 | 1011110 | 1000010 |
Color Harmonies of #58BFFA
Complementary color
Monochromatic Colors of #58BFFA
Black with #58BFFA
Text Example
Text Example
White with #58BFFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58BFFA; }
p { color: rgb(88,191,250); }
H1.HeaderClassName
{
color: #58BFFA;
}
.AnyTagClassName
{
color: #58BFFA;
}
</style>
background-color css
<style>
a { background-color: #58BFFA; }
a { background-color: rgb(88,191,250); }
div.DivClassName
{
background-color: #58BFFA;
}
.BgClassName
{
background-color: #58BFFA;
}
</style>
border-color css
<style>
span { border-color: #58BFFA; }
span { border-color: rgb(88,191,250); }
td.TdClassName
{
border-color: #58BFFA;
}
.TagClassName
{
border-color: #58BFFA;
}
</style>