Shades of Maya Blue #5BCAFC
Tints of Maya Blue #5BCAFC
RGB
CMYK
RGB Variations
Color information
#5BCAFC (or 0x5BCAFC) is known color: Maya Blue. HEX triplet: 5B, CA and FC. RGB value is (91,202,252). Sum of RGB (Red+Green+Blue) = 91+202+252=545 (72% of max value = 765). Red value is 91 (35.94% from 255 or 16.70% from 545); Green value is 202 (79.30% from 255 or 37.06% from 545); Blue value is 252 (98.83% from 255 or 46.24% from 545); Max value from RGB is 252 - color contains mainly: blue. Hex color #5BCAFC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5BCAFC is #A43503. Grayscale: #AEAEAE. Windows color (decimal): -10761476 or 16566875. OLE color: 16566875.
HSL color Cylindrical-coordinate representation of color #5BCAFC: hue angle of 198.63º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5BCAFC is Cyan = 0.64, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 91 | 202 | 252 | - |
| CMYK | 0.64 | 0.20 | 0 | 0.01 |
| HSL | 198.63º | 0.96% | 0.67% | - |
| HSV(B) | 198.63º | 0.64% | 0.99% | - |
| XYZ | 43.01 | 51.49 | 99.77 | - |
| YUV | 174.51 | 171.73 | 68.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 202 | 252 | 0.64 | 0.20 | 0 | 0.01 | 198.63 | 0.96 | 0.67 |
| Hex | 5B | CA | FC | 40 | 14 | 0 | 1 | C7 | 60 | 43 |
| Octal | 133 | 312 | 374 | 100 | 24 | 0 | 1 | 307 | 140 | 103 |
| Binary | 1011011 | 11001010 | 11111100 | 1000000 | 10100 | 0 | 1 | 11000111 | 1100000 | 1000011 |
Color Harmonies of #5BCAFC
Complementary color
Monochromatic Colors of #5BCAFC
Black with #5BCAFC
Text Example
Text Example
White with #5BCAFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BCAFC; }
p { color: rgb(91,202,252); }
H1.HeaderClassName
{
color: #5BCAFC;
}
.AnyTagClassName
{
color: #5BCAFC;
}
</style>
background-color css
<style>
a { background-color: #5BCAFC; }
a { background-color: rgb(91,202,252); }
div.DivClassName
{
background-color: #5BCAFC;
}
.BgClassName
{
background-color: #5BCAFC;
}
</style>
border-color css
<style>
span { border-color: #5BCAFC; }
span { border-color: rgb(91,202,252); }
td.TdClassName
{
border-color: #5BCAFC;
}
.TagClassName
{
border-color: #5BCAFC;
}
</style>