Shades of Maya Blue #5DB1FB
Tints of Maya Blue #5DB1FB
RGB
CMYK
RGB Variations
Color information
#5DB1FB (or 0x5DB1FB) is known color: Maya Blue. HEX triplet: 5D, B1 and FB. RGB value is (93,177,251). Sum of RGB (Red+Green+Blue) = 93+177+251=521 (69% of max value = 765). Red value is 93 (36.72% from 255 or 17.85% from 521); Green value is 177 (69.53% from 255 or 33.97% from 521); Blue value is 251 (98.44% from 255 or 48.18% from 521); Max value from RGB is 251 - color contains mainly: blue. Hex color #5DB1FB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5DB1FB is #A24E04. Grayscale: #9F9F9F. Windows color (decimal): -10636805 or 16494941. OLE color: 16494941.
HSL color Cylindrical-coordinate representation of color #5DB1FB: hue angle of 208.1º 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 #5DB1FB is Cyan = 0.63, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 93 | 177 | 251 | - |
| CMYK | 0.63 | 0.29 | 0 | 0.02 |
| HSL | 208.1º | 0.95% | 0.67% | - |
| HSV(B) | 208.1º | 0.63% | 0.98% | - |
| XYZ | 37.65 | 40.74 | 97.15 | - |
| YUV | 160.32 | 179.17 | 79.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 177 | 251 | 0.63 | 0.29 | 0 | 0.02 | 208.1 | 0.95 | 0.67 |
| Hex | 5D | B1 | FB | 3F | 1D | 0 | 2 | D0 | 5F | 43 |
| Octal | 135 | 261 | 373 | 77 | 35 | 0 | 2 | 320 | 137 | 103 |
| Binary | 1011101 | 10110001 | 11111011 | 111111 | 11101 | 0 | 10 | 11010000 | 1011111 | 1000011 |
Color Harmonies of #5DB1FB
Complementary color
Monochromatic Colors of #5DB1FB
Black with #5DB1FB
Text Example
Text Example
White with #5DB1FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DB1FB; }
p { color: rgb(93,177,251); }
H1.HeaderClassName
{
color: #5DB1FB;
}
.AnyTagClassName
{
color: #5DB1FB;
}
</style>
background-color css
<style>
a { background-color: #5DB1FB; }
a { background-color: rgb(93,177,251); }
div.DivClassName
{
background-color: #5DB1FB;
}
.BgClassName
{
background-color: #5DB1FB;
}
</style>
border-color css
<style>
span { border-color: #5DB1FB; }
span { border-color: rgb(93,177,251); }
td.TdClassName
{
border-color: #5DB1FB;
}
.TagClassName
{
border-color: #5DB1FB;
}
</style>