Shades of Maya Blue #5DB3FB
Tints of Maya Blue #5DB3FB
RGB
CMYK
RGB Variations
Color information
#5DB3FB (or 0x5DB3FB) is known color: Maya Blue. HEX triplet: 5D, B3 and FB. RGB value is (93,179,251). Sum of RGB (Red+Green+Blue) = 93+179+251=523 (69% of max value = 765). Red value is 93 (36.72% from 255 or 17.78% from 523); Green value is 179 (70.31% from 255 or 34.23% from 523); Blue value is 251 (98.44% from 255 or 47.99% from 523); Max value from RGB is 251 - color contains mainly: blue. Hex color #5DB3FB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5DB3FB is #A24C04. Grayscale: #A1A1A1. Windows color (decimal): -10636293 or 16495453. OLE color: 16495453.
HSL color Cylindrical-coordinate representation of color #5DB3FB: hue angle of 207.34º 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 #5DB3FB is Cyan = 0.63, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 93 | 179 | 251 | - |
| CMYK | 0.63 | 0.29 | 0 | 0.02 |
| HSL | 207.34º | 0.95% | 0.67% | - |
| HSV(B) | 207.34º | 0.63% | 0.98% | - |
| XYZ | 38.05 | 41.53 | 97.28 | - |
| YUV | 161.49 | 178.51 | 79.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 179 | 251 | 0.63 | 0.29 | 0 | 0.02 | 207.34 | 0.95 | 0.67 |
| Hex | 5D | B3 | FB | 3F | 1D | 0 | 2 | CF | 5F | 43 |
| Octal | 135 | 263 | 373 | 77 | 35 | 0 | 2 | 317 | 137 | 103 |
| Binary | 1011101 | 10110011 | 11111011 | 111111 | 11101 | 0 | 10 | 11001111 | 1011111 | 1000011 |
Color Harmonies of #5DB3FB
Complementary color
Monochromatic Colors of #5DB3FB
Black with #5DB3FB
Text Example
Text Example
White with #5DB3FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DB3FB; }
p { color: rgb(93,179,251); }
H1.HeaderClassName
{
color: #5DB3FB;
}
.AnyTagClassName
{
color: #5DB3FB;
}
</style>
background-color css
<style>
a { background-color: #5DB3FB; }
a { background-color: rgb(93,179,251); }
div.DivClassName
{
background-color: #5DB3FB;
}
.BgClassName
{
background-color: #5DB3FB;
}
</style>
border-color css
<style>
span { border-color: #5DB3FB; }
span { border-color: rgb(93,179,251); }
td.TdClassName
{
border-color: #5DB3FB;
}
.TagClassName
{
border-color: #5DB3FB;
}
</style>