Shades of Maya Blue #5DBAFF
Tints of Maya Blue #5DBAFF
RGB
CMYK
RGB Variations
Color information
#5DBAFF (or 0x5DBAFF) is known color: Maya Blue. HEX triplet: 5D, BA and FF. RGB value is (93,186,255). Sum of RGB (Red+Green+Blue) = 93+186+255=534 (70% of max value = 765). Red value is 93 (36.72% from 255 or 17.42% from 534); Green value is 186 (73.05% from 255 or 34.83% from 534); Blue value is 255 (100% from 255 or 47.75% from 534); Max value from RGB is 255 - color contains mainly: blue. Hex color #5DBAFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5DBAFF is #A24500. Grayscale: #A5A5A5. Windows color (decimal): -10634497 or 16759389. OLE color: 16759389.
HSL color Cylindrical-coordinate representation of color #5DBAFF: hue angle of 205.56º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5DBAFF is Cyan = 0.64, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 93 | 186 | 255 | - |
| CMYK | 0.64 | 0.27 | 0 | 0 |
| HSL | 205.56º | 1% | 0.68% | - |
| HSV(B) | 205.56º | 0.64% | 1% | - |
| XYZ | 40.12 | 44.66 | 101.11 | - |
| YUV | 166.06 | 178.19 | 75.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 186 | 255 | 0.64 | 0.27 | 0 | 0 | 205.56 | 1 | 0.68 |
| Hex | 5D | BA | FF | 40 | 1B | 0 | 0 | CE | 64 | 44 |
| Octal | 135 | 272 | 377 | 100 | 33 | 0 | 0 | 316 | 144 | 104 |
| Binary | 1011101 | 10111010 | 11111111 | 1000000 | 11011 | 0 | 0 | 11001110 | 1100100 | 1000100 |
Color Harmonies of #5DBAFF
Complementary color
Monochromatic Colors of #5DBAFF
Black with #5DBAFF
Text Example
Text Example
White with #5DBAFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DBAFF; }
p { color: rgb(93,186,255); }
H1.HeaderClassName
{
color: #5DBAFF;
}
.AnyTagClassName
{
color: #5DBAFF;
}
</style>
background-color css
<style>
a { background-color: #5DBAFF; }
a { background-color: rgb(93,186,255); }
div.DivClassName
{
background-color: #5DBAFF;
}
.BgClassName
{
background-color: #5DBAFF;
}
</style>
border-color css
<style>
span { border-color: #5DBAFF; }
span { border-color: rgb(93,186,255); }
td.TdClassName
{
border-color: #5DBAFF;
}
.TagClassName
{
border-color: #5DBAFF;
}
</style>