Shades of Maya Blue #5DADFE
Tints of Maya Blue #5DADFE
RGB
CMYK
RGB Variations
Color information
#5DADFE (or 0x5DADFE) is known color: Maya Blue. HEX triplet: 5D, AD and FE. RGB value is (93,173,254). Sum of RGB (Red+Green+Blue) = 93+173+254=520 (68% of max value = 765). Red value is 93 (36.72% from 255 or 17.88% from 520); Green value is 173 (67.97% from 255 or 33.27% from 520); Blue value is 254 (99.61% from 255 or 48.85% from 520); Max value from RGB is 254 - color contains mainly: blue. Hex color #5DADFE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5DADFE is #A25201. Grayscale: #9D9D9D. Windows color (decimal): -10637826 or 16690525. OLE color: 16690525.
HSL color Cylindrical-coordinate representation of color #5DADFE: hue angle of 210.19º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5DADFE is Cyan = 0.63, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 93 | 173 | 254 | - |
| CMYK | 0.63 | 0.32 | 0 | 0.00 |
| HSL | 210.19º | 0.99% | 0.68% | - |
| HSV(B) | 210.19º | 0.63% | 1% | - |
| XYZ | 37.35 | 39.37 | 99.4 | - |
| YUV | 158.31 | 182 | 81.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 173 | 254 | 0.63 | 0.32 | 0 | 0.00 | 210.19 | 0.99 | 0.68 |
| Hex | 5D | AD | FE | 3F | 20 | 0 | 0 | D2 | 63 | 44 |
| Octal | 135 | 255 | 376 | 77 | 40 | 0 | 0 | 322 | 143 | 104 |
| Binary | 1011101 | 10101101 | 11111110 | 111111 | 100000 | 0 | 0 | 11010010 | 1100011 | 1000100 |
Color Harmonies of #5DADFE
Complementary color
Monochromatic Colors of #5DADFE
Black with #5DADFE
Text Example
Text Example
White with #5DADFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DADFE; }
p { color: rgb(93,173,254); }
H1.HeaderClassName
{
color: #5DADFE;
}
.AnyTagClassName
{
color: #5DADFE;
}
</style>
background-color css
<style>
a { background-color: #5DADFE; }
a { background-color: rgb(93,173,254); }
div.DivClassName
{
background-color: #5DADFE;
}
.BgClassName
{
background-color: #5DADFE;
}
</style>
border-color css
<style>
span { border-color: #5DADFE; }
span { border-color: rgb(93,173,254); }
td.TdClassName
{
border-color: #5DADFE;
}
.TagClassName
{
border-color: #5DADFE;
}
</style>