Shades of Maya Blue #5DBCFA
Tints of Maya Blue #5DBCFA
RGB
CMYK
RGB Variations
Color information
#5DBCFA (or 0x5DBCFA) is known color: Maya Blue. HEX triplet: 5D, BC and FA. RGB value is (93,188,250). Sum of RGB (Red+Green+Blue) = 93+188+250=531 (70% of max value = 765). Red value is 93 (36.72% from 255 or 17.51% from 531); Green value is 188 (73.83% from 255 or 35.40% from 531); Blue value is 250 (98.05% from 255 or 47.08% from 531); Max value from RGB is 250 - color contains mainly: blue. Hex color #5DBCFA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5DBCFA is #A24305. Grayscale: #A6A6A6. Windows color (decimal): -10633990 or 16432221. OLE color: 16432221.
HSL color Cylindrical-coordinate representation of color #5DBCFA: hue angle of 203.69º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5DBCFA is Cyan = 0.63, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 93 | 188 | 250 | - |
| CMYK | 0.63 | 0.25 | 0 | 0.02 |
| HSL | 203.69º | 0.94% | 0.67% | - |
| HSV(B) | 203.69º | 0.63% | 0.98% | - |
| XYZ | 39.75 | 45.2 | 97.07 | - |
| YUV | 166.66 | 175.03 | 75.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 188 | 250 | 0.63 | 0.25 | 0 | 0.02 | 203.69 | 0.94 | 0.67 |
| Hex | 5D | BC | FA | 3F | 19 | 0 | 2 | CC | 5E | 43 |
| Octal | 135 | 274 | 372 | 77 | 31 | 0 | 2 | 314 | 136 | 103 |
| Binary | 1011101 | 10111100 | 11111010 | 111111 | 11001 | 0 | 10 | 11001100 | 1011110 | 1000011 |
Color Harmonies of #5DBCFA
Complementary color
Monochromatic Colors of #5DBCFA
Black with #5DBCFA
Text Example
Text Example
White with #5DBCFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DBCFA; }
p { color: rgb(93,188,250); }
H1.HeaderClassName
{
color: #5DBCFA;
}
.AnyTagClassName
{
color: #5DBCFA;
}
</style>
background-color css
<style>
a { background-color: #5DBCFA; }
a { background-color: rgb(93,188,250); }
div.DivClassName
{
background-color: #5DBCFA;
}
.BgClassName
{
background-color: #5DBCFA;
}
</style>
border-color css
<style>
span { border-color: #5DBCFA; }
span { border-color: rgb(93,188,250); }
td.TdClassName
{
border-color: #5DBCFA;
}
.TagClassName
{
border-color: #5DBCFA;
}
</style>