Shades of Maya Blue #5BCAFE
Tints of Maya Blue #5BCAFE
RGB
CMYK
RGB Variations
Color information
#5BCAFE (or 0x5BCAFE) is known color: Maya Blue. HEX triplet: 5B, CA and FE. RGB value is (91,202,254). Sum of RGB (Red+Green+Blue) = 91+202+254=547 (72% of max value = 765). Red value is 91 (35.94% from 255 or 16.64% from 547); Green value is 202 (79.30% from 255 or 36.93% from 547); Blue value is 254 (99.61% from 255 or 46.44% from 547); Max value from RGB is 254 - color contains mainly: blue. Hex color #5BCAFE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5BCAFE is #A43501. Grayscale: #AEAEAE. Windows color (decimal): -10761474 or 16697947. OLE color: 16697947.
HSL color Cylindrical-coordinate representation of color #5BCAFE: hue angle of 199.14º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5BCAFE is Cyan = 0.64, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 91 | 202 | 254 | - |
| CMYK | 0.64 | 0.20 | 0 | 0.00 |
| HSL | 199.14º | 0.99% | 0.68% | - |
| HSV(B) | 199.14º | 0.64% | 1% | - |
| XYZ | 43.32 | 51.62 | 101.45 | - |
| YUV | 174.74 | 172.73 | 68.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 202 | 254 | 0.64 | 0.20 | 0 | 0.00 | 199.14 | 0.99 | 0.68 |
| Hex | 5B | CA | FE | 40 | 14 | 0 | 0 | C7 | 63 | 44 |
| Octal | 133 | 312 | 376 | 100 | 24 | 0 | 0 | 307 | 143 | 104 |
| Binary | 1011011 | 11001010 | 11111110 | 1000000 | 10100 | 0 | 0 | 11000111 | 1100011 | 1000100 |
Color Harmonies of #5BCAFE
Complementary color
Monochromatic Colors of #5BCAFE
Black with #5BCAFE
Text Example
Text Example
White with #5BCAFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BCAFE; }
p { color: rgb(91,202,254); }
H1.HeaderClassName
{
color: #5BCAFE;
}
.AnyTagClassName
{
color: #5BCAFE;
}
</style>
background-color css
<style>
a { background-color: #5BCAFE; }
a { background-color: rgb(91,202,254); }
div.DivClassName
{
background-color: #5BCAFE;
}
.BgClassName
{
background-color: #5BCAFE;
}
</style>
border-color css
<style>
span { border-color: #5BCAFE; }
span { border-color: rgb(91,202,254); }
td.TdClassName
{
border-color: #5BCAFE;
}
.TagClassName
{
border-color: #5BCAFE;
}
</style>