Shades of Maya Blue #58BAFC
Tints of Maya Blue #58BAFC
RGB
CMYK
RGB Variations
Color information
#58BAFC (or 0x58BAFC) is known color: Maya Blue. HEX triplet: 58, BA and FC. RGB value is (88,186,252). Sum of RGB (Red+Green+Blue) = 88+186+252=526 (69% of max value = 765). Red value is 88 (34.77% from 255 or 16.73% from 526); Green value is 186 (73.05% from 255 or 35.36% from 526); Blue value is 252 (98.83% from 255 or 47.91% from 526); Max value from RGB is 252 - color contains mainly: blue. Hex color #58BAFC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #58BAFC is #A74503. Grayscale: #A3A3A3. Windows color (decimal): -10962180 or 16562776. OLE color: 16562776.
HSL color Cylindrical-coordinate representation of color #58BAFC: hue angle of 204.15º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #58BAFC is Cyan = 0.65, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 88 | 186 | 252 | - |
| CMYK | 0.65 | 0.26 | 0 | 0.01 |
| HSL | 204.15º | 0.96% | 0.67% | - |
| HSV(B) | 204.15º | 0.65% | 0.99% | - |
| XYZ | 39.15 | 44.22 | 98.57 | - |
| YUV | 164.22 | 177.53 | 73.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 186 | 252 | 0.65 | 0.26 | 0 | 0.01 | 204.15 | 0.96 | 0.67 |
| Hex | 58 | BA | FC | 41 | 1A | 0 | 1 | CC | 60 | 43 |
| Octal | 130 | 272 | 374 | 101 | 32 | 0 | 1 | 314 | 140 | 103 |
| Binary | 1011000 | 10111010 | 11111100 | 1000001 | 11010 | 0 | 1 | 11001100 | 1100000 | 1000011 |
Color Harmonies of #58BAFC
Complementary color
Monochromatic Colors of #58BAFC
Black with #58BAFC
Text Example
Text Example
White with #58BAFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58BAFC; }
p { color: rgb(88,186,252); }
H1.HeaderClassName
{
color: #58BAFC;
}
.AnyTagClassName
{
color: #58BAFC;
}
</style>
background-color css
<style>
a { background-color: #58BAFC; }
a { background-color: rgb(88,186,252); }
div.DivClassName
{
background-color: #58BAFC;
}
.BgClassName
{
background-color: #58BAFC;
}
</style>
border-color css
<style>
span { border-color: #58BAFC; }
span { border-color: rgb(88,186,252); }
td.TdClassName
{
border-color: #58BAFC;
}
.TagClassName
{
border-color: #58BAFC;
}
</style>