Shades of Maya Blue #5BADFE
Tints of Maya Blue #5BADFE
RGB
CMYK
RGB Variations
Color information
#5BADFE (or 0x5BADFE) is known color: Maya Blue. HEX triplet: 5B, AD and FE. RGB value is (91,173,254). Sum of RGB (Red+Green+Blue) = 91+173+254=518 (68% of max value = 765). Red value is 91 (35.94% from 255 or 17.57% from 518); Green value is 173 (67.97% from 255 or 33.40% from 518); Blue value is 254 (99.61% from 255 or 49.03% from 518); Max value from RGB is 254 - color contains mainly: blue. Hex color #5BADFE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5BADFE is #A45201. Grayscale: #9D9D9D. Windows color (decimal): -10768898 or 16690523. OLE color: 16690523.
HSL color Cylindrical-coordinate representation of color #5BADFE: hue angle of 209.82º 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 #5BADFE is Cyan = 0.64, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 91 | 173 | 254 | - |
| CMYK | 0.64 | 0.32 | 0 | 0.00 |
| HSL | 209.82º | 0.99% | 0.68% | - |
| HSV(B) | 209.82º | 0.64% | 1% | - |
| XYZ | 37.15 | 39.27 | 99.39 | - |
| YUV | 157.72 | 182.33 | 80.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 173 | 254 | 0.64 | 0.32 | 0 | 0.00 | 209.82 | 0.99 | 0.68 |
| Hex | 5B | AD | FE | 40 | 20 | 0 | 0 | D2 | 63 | 44 |
| Octal | 133 | 255 | 376 | 100 | 40 | 0 | 0 | 322 | 143 | 104 |
| Binary | 1011011 | 10101101 | 11111110 | 1000000 | 100000 | 0 | 0 | 11010010 | 1100011 | 1000100 |
Color Harmonies of #5BADFE
Complementary color
Monochromatic Colors of #5BADFE
Black with #5BADFE
Text Example
Text Example
White with #5BADFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BADFE; }
p { color: rgb(91,173,254); }
H1.HeaderClassName
{
color: #5BADFE;
}
.AnyTagClassName
{
color: #5BADFE;
}
</style>
background-color css
<style>
a { background-color: #5BADFE; }
a { background-color: rgb(91,173,254); }
div.DivClassName
{
background-color: #5BADFE;
}
.BgClassName
{
background-color: #5BADFE;
}
</style>
border-color css
<style>
span { border-color: #5BADFE; }
span { border-color: rgb(91,173,254); }
td.TdClassName
{
border-color: #5BADFE;
}
.TagClassName
{
border-color: #5BADFE;
}
</style>