Shades of Maya Blue #5BC7FA
Tints of Maya Blue #5BC7FA
RGB
CMYK
RGB Variations
Color information
#5BC7FA (or 0x5BC7FA) is known color: Maya Blue. HEX triplet: 5B, C7 and FA. RGB value is (91,199,250). Sum of RGB (Red+Green+Blue) = 91+199+250=540 (71% of max value = 765). Red value is 91 (35.94% from 255 or 16.85% from 540); Green value is 199 (78.12% from 255 or 36.85% from 540); Blue value is 250 (98.05% from 255 or 46.30% from 540); Max value from RGB is 250 - color contains mainly: blue. Hex color #5BC7FA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5BC7FA is #A43805. Grayscale: #ACACAC. Windows color (decimal): -10762246 or 16435035. OLE color: 16435035.
HSL color Cylindrical-coordinate representation of color #5BC7FA: hue angle of 199.25º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5BC7FA is Cyan = 0.64, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 91 | 199 | 250 | - |
| CMYK | 0.64 | 0.20 | 0 | 0.02 |
| HSL | 199.25º | 0.94% | 0.67% | - |
| HSV(B) | 199.25º | 0.64% | 0.98% | - |
| XYZ | 41.99 | 49.97 | 97.87 | - |
| YUV | 172.52 | 171.72 | 69.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 199 | 250 | 0.64 | 0.20 | 0 | 0.02 | 199.25 | 0.94 | 0.67 |
| Hex | 5B | C7 | FA | 40 | 14 | 0 | 2 | C7 | 5E | 43 |
| Octal | 133 | 307 | 372 | 100 | 24 | 0 | 2 | 307 | 136 | 103 |
| Binary | 1011011 | 11000111 | 11111010 | 1000000 | 10100 | 0 | 10 | 11000111 | 1011110 | 1000011 |
Color Harmonies of #5BC7FA
Complementary color
Monochromatic Colors of #5BC7FA
Black with #5BC7FA
Text Example
Text Example
White with #5BC7FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BC7FA; }
p { color: rgb(91,199,250); }
H1.HeaderClassName
{
color: #5BC7FA;
}
.AnyTagClassName
{
color: #5BC7FA;
}
</style>
background-color css
<style>
a { background-color: #5BC7FA; }
a { background-color: rgb(91,199,250); }
div.DivClassName
{
background-color: #5BC7FA;
}
.BgClassName
{
background-color: #5BC7FA;
}
</style>
border-color css
<style>
span { border-color: #5BC7FA; }
span { border-color: rgb(91,199,250); }
td.TdClassName
{
border-color: #5BC7FA;
}
.TagClassName
{
border-color: #5BC7FA;
}
</style>