Shades of Maya Blue #5DBAFB
Tints of Maya Blue #5DBAFB
RGB
CMYK
RGB Variations
Color information
#5DBAFB (or 0x5DBAFB) is known color: Maya Blue. HEX triplet: 5D, BA and FB. RGB value is (93,186,251). Sum of RGB (Red+Green+Blue) = 93+186+251=530 (70% of max value = 765). Red value is 93 (36.72% from 255 or 17.55% from 530); Green value is 186 (73.05% from 255 or 35.09% from 530); Blue value is 251 (98.44% from 255 or 47.36% from 530); Max value from RGB is 251 - color contains mainly: blue. Hex color #5DBAFB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5DBAFB is #A24504. Grayscale: #A5A5A5. Windows color (decimal): -10634501 or 16497245. OLE color: 16497245.
HSL color Cylindrical-coordinate representation of color #5DBAFB: hue angle of 204.68º degrees, saturation: 0.95, 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 #5DBAFB is Cyan = 0.63, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 93 | 186 | 251 | - |
| CMYK | 0.63 | 0.26 | 0 | 0.02 |
| HSL | 204.68º | 0.95% | 0.67% | - |
| HSV(B) | 204.68º | 0.63% | 0.98% | - |
| XYZ | 39.49 | 44.41 | 97.76 | - |
| YUV | 165.6 | 176.19 | 76.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 186 | 251 | 0.63 | 0.26 | 0 | 0.02 | 204.68 | 0.95 | 0.67 |
| Hex | 5D | BA | FB | 3F | 1A | 0 | 2 | CD | 5F | 43 |
| Octal | 135 | 272 | 373 | 77 | 32 | 0 | 2 | 315 | 137 | 103 |
| Binary | 1011101 | 10111010 | 11111011 | 111111 | 11010 | 0 | 10 | 11001101 | 1011111 | 1000011 |
Color Harmonies of #5DBAFB
Complementary color
Monochromatic Colors of #5DBAFB
Black with #5DBAFB
Text Example
Text Example
White with #5DBAFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DBAFB; }
p { color: rgb(93,186,251); }
H1.HeaderClassName
{
color: #5DBAFB;
}
.AnyTagClassName
{
color: #5DBAFB;
}
</style>
background-color css
<style>
a { background-color: #5DBAFB; }
a { background-color: rgb(93,186,251); }
div.DivClassName
{
background-color: #5DBAFB;
}
.BgClassName
{
background-color: #5DBAFB;
}
</style>
border-color css
<style>
span { border-color: #5DBAFB; }
span { border-color: rgb(93,186,251); }
td.TdClassName
{
border-color: #5DBAFB;
}
.TagClassName
{
border-color: #5DBAFB;
}
</style>