Shades of Maya Blue #5DB3FD
Tints of Maya Blue #5DB3FD
RGB
CMYK
RGB Variations
Color information
#5DB3FD (or 0x5DB3FD) is known color: Maya Blue. HEX triplet: 5D, B3 and FD. RGB value is (93,179,253). Sum of RGB (Red+Green+Blue) = 93+179+253=525 (69% of max value = 765). Red value is 93 (36.72% from 255 or 17.71% from 525); Green value is 179 (70.31% from 255 or 34.10% from 525); Blue value is 253 (99.22% from 255 or 48.19% from 525); Max value from RGB is 253 - color contains mainly: blue. Hex color #5DB3FD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5DB3FD is #A24C02. Grayscale: #A1A1A1. Windows color (decimal): -10636291 or 16626525. OLE color: 16626525.
HSL color Cylindrical-coordinate representation of color #5DB3FD: hue angle of 207.75º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5DB3FD is Cyan = 0.63, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 93 | 179 | 253 | - |
| CMYK | 0.63 | 0.29 | 0 | 0.01 |
| HSL | 207.75º | 0.98% | 0.68% | - |
| HSV(B) | 207.75º | 0.63% | 0.99% | - |
| XYZ | 38.36 | 41.66 | 98.95 | - |
| YUV | 161.72 | 179.51 | 78.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 179 | 253 | 0.63 | 0.29 | 0 | 0.01 | 207.75 | 0.98 | 0.68 |
| Hex | 5D | B3 | FD | 3F | 1D | 0 | 1 | D0 | 62 | 44 |
| Octal | 135 | 263 | 375 | 77 | 35 | 0 | 1 | 320 | 142 | 104 |
| Binary | 1011101 | 10110011 | 11111101 | 111111 | 11101 | 0 | 1 | 11010000 | 1100010 | 1000100 |
Color Harmonies of #5DB3FD
Complementary color
Monochromatic Colors of #5DB3FD
Black with #5DB3FD
Text Example
Text Example
White with #5DB3FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DB3FD; }
p { color: rgb(93,179,253); }
H1.HeaderClassName
{
color: #5DB3FD;
}
.AnyTagClassName
{
color: #5DB3FD;
}
</style>
background-color css
<style>
a { background-color: #5DB3FD; }
a { background-color: rgb(93,179,253); }
div.DivClassName
{
background-color: #5DB3FD;
}
.BgClassName
{
background-color: #5DB3FD;
}
</style>
border-color css
<style>
span { border-color: #5DB3FD; }
span { border-color: rgb(93,179,253); }
td.TdClassName
{
border-color: #5DB3FD;
}
.TagClassName
{
border-color: #5DB3FD;
}
</style>