Shades of Maya Blue #5DCAFA
Tints of Maya Blue #5DCAFA
RGB
CMYK
RGB Variations
Color information
#5DCAFA (or 0x5DCAFA) is known color: Maya Blue. HEX triplet: 5D, CA and FA. RGB value is (93,202,250). Sum of RGB (Red+Green+Blue) = 93+202+250=545 (72% of max value = 765). Red value is 93 (36.72% from 255 or 17.06% from 545); Green value is 202 (79.30% from 255 or 37.06% from 545); Blue value is 250 (98.05% from 255 or 45.87% from 545); Max value from RGB is 250 - color contains mainly: blue. Hex color #5DCAFA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5DCAFA is #A23505. Grayscale: #AEAEAE. Windows color (decimal): -10630406 or 16435805. OLE color: 16435805.
HSL color Cylindrical-coordinate representation of color #5DCAFA: hue angle of 198.34º 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 #5DCAFA is Cyan = 0.63, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 93 | 202 | 250 | - |
| CMYK | 0.63 | 0.19 | 0 | 0.02 |
| HSL | 198.34º | 0.94% | 0.67% | - |
| HSV(B) | 198.34º | 0.63% | 0.98% | - |
| XYZ | 42.89 | 51.47 | 98.12 | - |
| YUV | 174.88 | 170.39 | 69.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 202 | 250 | 0.63 | 0.19 | 0 | 0.02 | 198.34 | 0.94 | 0.67 |
| Hex | 5D | CA | FA | 3F | 13 | 0 | 2 | C6 | 5E | 43 |
| Octal | 135 | 312 | 372 | 77 | 23 | 0 | 2 | 306 | 136 | 103 |
| Binary | 1011101 | 11001010 | 11111010 | 111111 | 10011 | 0 | 10 | 11000110 | 1011110 | 1000011 |
Color Harmonies of #5DCAFA
Complementary color
Monochromatic Colors of #5DCAFA
Black with #5DCAFA
Text Example
Text Example
White with #5DCAFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DCAFA; }
p { color: rgb(93,202,250); }
H1.HeaderClassName
{
color: #5DCAFA;
}
.AnyTagClassName
{
color: #5DCAFA;
}
</style>
background-color css
<style>
a { background-color: #5DCAFA; }
a { background-color: rgb(93,202,250); }
div.DivClassName
{
background-color: #5DCAFA;
}
.BgClassName
{
background-color: #5DCAFA;
}
</style>
border-color css
<style>
span { border-color: #5DCAFA; }
span { border-color: rgb(93,202,250); }
td.TdClassName
{
border-color: #5DCAFA;
}
.TagClassName
{
border-color: #5DCAFA;
}
</style>