Shades of Maya Blue #5DB9FB
Tints of Maya Blue #5DB9FB
RGB
CMYK
RGB Variations
Color information
#5DB9FB (or 0x5DB9FB) is known color: Maya Blue. HEX triplet: 5D, B9 and FB. RGB value is (93,185,251). Sum of RGB (Red+Green+Blue) = 93+185+251=529 (70% of max value = 765). Red value is 93 (36.72% from 255 or 17.58% from 529); Green value is 185 (72.66% from 255 or 34.97% from 529); Blue value is 251 (98.44% from 255 or 47.45% from 529); Max value from RGB is 251 - color contains mainly: blue. Hex color #5DB9FB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5DB9FB is #A24604. Grayscale: #A4A4A4. Windows color (decimal): -10634757 or 16496989. OLE color: 16496989.
HSL color Cylindrical-coordinate representation of color #5DB9FB: hue angle of 205.06º 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 #5DB9FB is Cyan = 0.63, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 93 | 185 | 251 | - |
| CMYK | 0.63 | 0.26 | 0 | 0.02 |
| HSL | 205.06º | 0.95% | 0.67% | - |
| HSV(B) | 205.06º | 0.63% | 0.98% | - |
| XYZ | 39.28 | 43.99 | 97.69 | - |
| YUV | 165.02 | 176.52 | 76.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 185 | 251 | 0.63 | 0.26 | 0 | 0.02 | 205.06 | 0.95 | 0.67 |
| Hex | 5D | B9 | FB | 3F | 1A | 0 | 2 | CD | 5F | 43 |
| Octal | 135 | 271 | 373 | 77 | 32 | 0 | 2 | 315 | 137 | 103 |
| Binary | 1011101 | 10111001 | 11111011 | 111111 | 11010 | 0 | 10 | 11001101 | 1011111 | 1000011 |
Color Harmonies of #5DB9FB
Complementary color
Monochromatic Colors of #5DB9FB
Black with #5DB9FB
Text Example
Text Example
White with #5DB9FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DB9FB; }
p { color: rgb(93,185,251); }
H1.HeaderClassName
{
color: #5DB9FB;
}
.AnyTagClassName
{
color: #5DB9FB;
}
</style>
background-color css
<style>
a { background-color: #5DB9FB; }
a { background-color: rgb(93,185,251); }
div.DivClassName
{
background-color: #5DB9FB;
}
.BgClassName
{
background-color: #5DB9FB;
}
</style>
border-color css
<style>
span { border-color: #5DB9FB; }
span { border-color: rgb(93,185,251); }
td.TdClassName
{
border-color: #5DB9FB;
}
.TagClassName
{
border-color: #5DB9FB;
}
</style>