Shades of Maya Blue #5DB7FD
Tints of Maya Blue #5DB7FD
RGB
CMYK
RGB Variations
Color information
#5DB7FD (or 0x5DB7FD) is known color: Maya Blue. HEX triplet: 5D, B7 and FD. RGB value is (93,183,253). Sum of RGB (Red+Green+Blue) = 93+183+253=529 (70% of max value = 765). Red value is 93 (36.72% from 255 or 17.58% from 529); Green value is 183 (71.88% from 255 or 34.59% from 529); Blue value is 253 (99.22% from 255 or 47.83% from 529); Max value from RGB is 253 - color contains mainly: blue. Hex color #5DB7FD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5DB7FD is #A24802. Grayscale: #A3A3A3. Windows color (decimal): -10635267 or 16627549. OLE color: 16627549.
HSL color Cylindrical-coordinate representation of color #5DB7FD: hue angle of 206.25º 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 #5DB7FD is Cyan = 0.63, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 93 | 183 | 253 | - |
| CMYK | 0.63 | 0.28 | 0 | 0.01 |
| HSL | 206.25º | 0.98% | 0.68% | - |
| HSV(B) | 206.25º | 0.63% | 0.99% | - |
| XYZ | 39.18 | 43.29 | 99.22 | - |
| YUV | 164.07 | 178.18 | 77.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 183 | 253 | 0.63 | 0.28 | 0 | 0.01 | 206.25 | 0.98 | 0.68 |
| Hex | 5D | B7 | FD | 3F | 1C | 0 | 1 | CE | 62 | 44 |
| Octal | 135 | 267 | 375 | 77 | 34 | 0 | 1 | 316 | 142 | 104 |
| Binary | 1011101 | 10110111 | 11111101 | 111111 | 11100 | 0 | 1 | 11001110 | 1100010 | 1000100 |
Color Harmonies of #5DB7FD
Complementary color
Monochromatic Colors of #5DB7FD
Black with #5DB7FD
Text Example
Text Example
White with #5DB7FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DB7FD; }
p { color: rgb(93,183,253); }
H1.HeaderClassName
{
color: #5DB7FD;
}
.AnyTagClassName
{
color: #5DB7FD;
}
</style>
background-color css
<style>
a { background-color: #5DB7FD; }
a { background-color: rgb(93,183,253); }
div.DivClassName
{
background-color: #5DB7FD;
}
.BgClassName
{
background-color: #5DB7FD;
}
</style>
border-color css
<style>
span { border-color: #5DB7FD; }
span { border-color: rgb(93,183,253); }
td.TdClassName
{
border-color: #5DB7FD;
}
.TagClassName
{
border-color: #5DB7FD;
}
</style>