Shades of Maya Blue #5BC3FA
Tints of Maya Blue #5BC3FA
RGB
CMYK
RGB Variations
Color information
#5BC3FA (or 0x5BC3FA) is known color: Maya Blue. HEX triplet: 5B, C3 and FA. RGB value is (91,195,250). Sum of RGB (Red+Green+Blue) = 91+195+250=536 (70% of max value = 765). Red value is 91 (35.94% from 255 or 16.98% from 536); Green value is 195 (76.56% from 255 or 36.38% from 536); Blue value is 250 (98.05% from 255 or 46.64% from 536); Max value from RGB is 250 - color contains mainly: blue. Hex color #5BC3FA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5BC3FA is #A43C05. Grayscale: #A9A9A9. Windows color (decimal): -10763270 or 16434011. OLE color: 16434011.
HSL color Cylindrical-coordinate representation of color #5BC3FA: hue angle of 200.75º 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 #5BC3FA is Cyan = 0.64, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 91 | 195 | 250 | - |
| CMYK | 0.64 | 0.22 | 0 | 0.02 |
| HSL | 200.75º | 0.94% | 0.67% | - |
| HSV(B) | 200.75º | 0.64% | 0.98% | - |
| XYZ | 41.08 | 48.16 | 97.57 | - |
| YUV | 170.17 | 173.04 | 71.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 195 | 250 | 0.64 | 0.22 | 0 | 0.02 | 200.75 | 0.94 | 0.67 |
| Hex | 5B | C3 | FA | 40 | 16 | 0 | 2 | C9 | 5E | 43 |
| Octal | 133 | 303 | 372 | 100 | 26 | 0 | 2 | 311 | 136 | 103 |
| Binary | 1011011 | 11000011 | 11111010 | 1000000 | 10110 | 0 | 10 | 11001001 | 1011110 | 1000011 |
Color Harmonies of #5BC3FA
Complementary color
Monochromatic Colors of #5BC3FA
Black with #5BC3FA
Text Example
Text Example
White with #5BC3FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BC3FA; }
p { color: rgb(91,195,250); }
H1.HeaderClassName
{
color: #5BC3FA;
}
.AnyTagClassName
{
color: #5BC3FA;
}
</style>
background-color css
<style>
a { background-color: #5BC3FA; }
a { background-color: rgb(91,195,250); }
div.DivClassName
{
background-color: #5BC3FA;
}
.BgClassName
{
background-color: #5BC3FA;
}
</style>
border-color css
<style>
span { border-color: #5BC3FA; }
span { border-color: rgb(91,195,250); }
td.TdClassName
{
border-color: #5BC3FA;
}
.TagClassName
{
border-color: #5BC3FA;
}
</style>