Shades of Maya Blue #5DCCFA
Tints of Maya Blue #5DCCFA
RGB
CMYK
RGB Variations
Color information
#5DCCFA (or 0x5DCCFA) is known color: Maya Blue. HEX triplet: 5D, CC and FA. RGB value is (93,204,250). Sum of RGB (Red+Green+Blue) = 93+204+250=547 (72% of max value = 765). Red value is 93 (36.72% from 255 or 17.00% from 547); Green value is 204 (80.08% from 255 or 37.29% from 547); Blue value is 250 (98.05% from 255 or 45.70% from 547); Max value from RGB is 250 - color contains mainly: blue. Hex color #5DCCFA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5DCCFA is #A23305. Grayscale: #AFAFAF. Windows color (decimal): -10629894 or 16436317. OLE color: 16436317.
HSL color Cylindrical-coordinate representation of color #5DCCFA: hue angle of 197.58º 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 #5DCCFA is Cyan = 0.63, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 93 | 204 | 250 | - |
| CMYK | 0.63 | 0.18 | 0 | 0.02 |
| HSL | 197.58º | 0.94% | 0.67% | - |
| HSV(B) | 197.58º | 0.63% | 0.98% | - |
| XYZ | 43.36 | 52.42 | 98.27 | - |
| YUV | 176.06 | 169.73 | 68.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 204 | 250 | 0.63 | 0.18 | 0 | 0.02 | 197.58 | 0.94 | 0.67 |
| Hex | 5D | CC | FA | 3F | 12 | 0 | 2 | C6 | 5E | 43 |
| Octal | 135 | 314 | 372 | 77 | 22 | 0 | 2 | 306 | 136 | 103 |
| Binary | 1011101 | 11001100 | 11111010 | 111111 | 10010 | 0 | 10 | 11000110 | 1011110 | 1000011 |
Color Harmonies of #5DCCFA
Complementary color
Monochromatic Colors of #5DCCFA
Black with #5DCCFA
Text Example
Text Example
White with #5DCCFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DCCFA; }
p { color: rgb(93,204,250); }
H1.HeaderClassName
{
color: #5DCCFA;
}
.AnyTagClassName
{
color: #5DCCFA;
}
</style>
background-color css
<style>
a { background-color: #5DCCFA; }
a { background-color: rgb(93,204,250); }
div.DivClassName
{
background-color: #5DCCFA;
}
.BgClassName
{
background-color: #5DCCFA;
}
</style>
border-color css
<style>
span { border-color: #5DCCFA; }
span { border-color: rgb(93,204,250); }
td.TdClassName
{
border-color: #5DCCFA;
}
.TagClassName
{
border-color: #5DCCFA;
}
</style>