Shades of Maya Blue #58BCFF
Tints of Maya Blue #58BCFF
RGB
CMYK
RGB Variations
Color information
#58BCFF (or 0x58BCFF) is known color: Maya Blue. HEX triplet: 58, BC and FF. RGB value is (88,188,255). Sum of RGB (Red+Green+Blue) = 88+188+255=531 (70% of max value = 765). Red value is 88 (34.77% from 255 or 16.57% from 531); Green value is 188 (73.83% from 255 or 35.40% from 531); Blue value is 255 (100% from 255 or 48.02% from 531); Max value from RGB is 255 - color contains mainly: blue. Hex color #58BCFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #58BCFF is #A74300. Grayscale: #A5A5A5. Windows color (decimal): -10961665 or 16759896. OLE color: 16759896.
HSL color Cylindrical-coordinate representation of color #58BCFF: hue angle of 204.07º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #58BCFF is Cyan = 0.65, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 88 | 188 | 255 | - |
| CMYK | 0.65 | 0.26 | 0 | 0 |
| HSL | 204.07º | 1% | 0.67% | - |
| HSV(B) | 204.07º | 0.65% | 1% | - |
| XYZ | 40.06 | 45.26 | 101.23 | - |
| YUV | 165.74 | 178.37 | 72.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 188 | 255 | 0.65 | 0.26 | 0 | 0 | 204.07 | 1 | 0.67 |
| Hex | 58 | BC | FF | 41 | 1A | 0 | 0 | CC | 64 | 43 |
| Octal | 130 | 274 | 377 | 101 | 32 | 0 | 0 | 314 | 144 | 103 |
| Binary | 1011000 | 10111100 | 11111111 | 1000001 | 11010 | 0 | 0 | 11001100 | 1100100 | 1000011 |
Color Harmonies of #58BCFF
Complementary color
Monochromatic Colors of #58BCFF
Black with #58BCFF
Text Example
Text Example
White with #58BCFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58BCFF; }
p { color: rgb(88,188,255); }
H1.HeaderClassName
{
color: #58BCFF;
}
.AnyTagClassName
{
color: #58BCFF;
}
</style>
background-color css
<style>
a { background-color: #58BCFF; }
a { background-color: rgb(88,188,255); }
div.DivClassName
{
background-color: #58BCFF;
}
.BgClassName
{
background-color: #58BCFF;
}
</style>
border-color css
<style>
span { border-color: #58BCFF; }
span { border-color: rgb(88,188,255); }
td.TdClassName
{
border-color: #58BCFF;
}
.TagClassName
{
border-color: #58BCFF;
}
</style>