Shades of Maya Blue #5DCDFA
Tints of Maya Blue #5DCDFA
RGB
CMYK
RGB Variations
Color information
#5DCDFA (or 0x5DCDFA) is known color: Maya Blue. HEX triplet: 5D, CD and FA. RGB value is (93,205,250). Sum of RGB (Red+Green+Blue) = 93+205+250=548 (72% of max value = 765). Red value is 93 (36.72% from 255 or 16.97% from 548); Green value is 205 (80.47% from 255 or 37.41% from 548); Blue value is 250 (98.05% from 255 or 45.62% from 548); Max value from RGB is 250 - color contains mainly: blue. Hex color #5DCDFA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5DCDFA is #A23205. Grayscale: #B0B0B0. Windows color (decimal): -10629638 or 16436573. OLE color: 16436573.
HSL color Cylindrical-coordinate representation of color #5DCDFA: hue angle of 197.2º degrees, saturation: 0.94, 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 #5DCDFA is Cyan = 0.63, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 93 | 205 | 250 | - |
| CMYK | 0.63 | 0.18 | 0 | 0.02 |
| HSL | 197.2º | 0.94% | 0.67% | - |
| HSV(B) | 197.2º | 0.63% | 0.98% | - |
| XYZ | 43.6 | 52.89 | 98.35 | - |
| YUV | 176.64 | 169.39 | 68.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 205 | 250 | 0.63 | 0.18 | 0 | 0.02 | 197.2 | 0.94 | 0.67 |
| Hex | 5D | CD | FA | 3F | 12 | 0 | 2 | C5 | 5E | 43 |
| Octal | 135 | 315 | 372 | 77 | 22 | 0 | 2 | 305 | 136 | 103 |
| Binary | 1011101 | 11001101 | 11111010 | 111111 | 10010 | 0 | 10 | 11000101 | 1011110 | 1000011 |
Color Harmonies of #5DCDFA
Complementary color
Monochromatic Colors of #5DCDFA
Black with #5DCDFA
Text Example
Text Example
White with #5DCDFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DCDFA; }
p { color: rgb(93,205,250); }
H1.HeaderClassName
{
color: #5DCDFA;
}
.AnyTagClassName
{
color: #5DCDFA;
}
</style>
background-color css
<style>
a { background-color: #5DCDFA; }
a { background-color: rgb(93,205,250); }
div.DivClassName
{
background-color: #5DCDFA;
}
.BgClassName
{
background-color: #5DCDFA;
}
</style>
border-color css
<style>
span { border-color: #5DCDFA; }
span { border-color: rgb(93,205,250); }
td.TdClassName
{
border-color: #5DCDFA;
}
.TagClassName
{
border-color: #5DCDFA;
}
</style>