Shades of Maya Blue #5DADFC
Tints of Maya Blue #5DADFC
RGB
CMYK
RGB Variations
Color information
#5DADFC (or 0x5DADFC) is known color: Maya Blue. HEX triplet: 5D, AD and FC. RGB value is (93,173,252). Sum of RGB (Red+Green+Blue) = 93+173+252=518 (68% of max value = 765). Red value is 93 (36.72% from 255 or 17.95% from 518); Green value is 173 (67.97% from 255 or 33.40% from 518); Blue value is 252 (98.83% from 255 or 48.65% from 518); Max value from RGB is 252 - color contains mainly: blue. Hex color #5DADFC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5DADFC is #A25203. Grayscale: #9D9D9D. Windows color (decimal): -10637828 or 16559453. OLE color: 16559453.
HSL color Cylindrical-coordinate representation of color #5DADFC: hue angle of 209.81º degrees, saturation: 0.96, 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 #5DADFC is Cyan = 0.63, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 93 | 173 | 252 | - |
| CMYK | 0.63 | 0.31 | 0 | 0.01 |
| HSL | 209.81º | 0.96% | 0.68% | - |
| HSV(B) | 209.81º | 0.63% | 0.99% | - |
| XYZ | 37.03 | 39.24 | 97.72 | - |
| YUV | 158.09 | 181 | 81.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 173 | 252 | 0.63 | 0.31 | 0 | 0.01 | 209.81 | 0.96 | 0.68 |
| Hex | 5D | AD | FC | 3F | 1F | 0 | 1 | D2 | 60 | 44 |
| Octal | 135 | 255 | 374 | 77 | 37 | 0 | 1 | 322 | 140 | 104 |
| Binary | 1011101 | 10101101 | 11111100 | 111111 | 11111 | 0 | 1 | 11010010 | 1100000 | 1000100 |
Color Harmonies of #5DADFC
Complementary color
Monochromatic Colors of #5DADFC
Black with #5DADFC
Text Example
Text Example
White with #5DADFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DADFC; }
p { color: rgb(93,173,252); }
H1.HeaderClassName
{
color: #5DADFC;
}
.AnyTagClassName
{
color: #5DADFC;
}
</style>
background-color css
<style>
a { background-color: #5DADFC; }
a { background-color: rgb(93,173,252); }
div.DivClassName
{
background-color: #5DADFC;
}
.BgClassName
{
background-color: #5DADFC;
}
</style>
border-color css
<style>
span { border-color: #5DADFC; }
span { border-color: rgb(93,173,252); }
td.TdClassName
{
border-color: #5DADFC;
}
.TagClassName
{
border-color: #5DADFC;
}
</style>