Shades of Maya Blue #5DCEFA
Tints of Maya Blue #5DCEFA
RGB
CMYK
RGB Variations
Color information
#5DCEFA (or 0x5DCEFA) is known color: Maya Blue. HEX triplet: 5D, CE and FA. RGB value is (93,206,250). Sum of RGB (Red+Green+Blue) = 93+206+250=549 (72% of max value = 765). Red value is 93 (36.72% from 255 or 16.94% from 549); Green value is 206 (80.86% from 255 or 37.52% from 549); Blue value is 250 (98.05% from 255 or 45.54% from 549); Max value from RGB is 250 - color contains mainly: blue. Hex color #5DCEFA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5DCEFA is #A23105. Grayscale: #B0B0B0. Windows color (decimal): -10629382 or 16436829. OLE color: 16436829.
HSL color Cylindrical-coordinate representation of color #5DCEFA: hue angle of 196.82º 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 #5DCEFA is Cyan = 0.63, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 93 | 206 | 250 | - |
| CMYK | 0.63 | 0.18 | 0 | 0.02 |
| HSL | 196.82º | 0.94% | 0.67% | - |
| HSV(B) | 196.82º | 0.63% | 0.98% | - |
| XYZ | 43.84 | 53.37 | 98.43 | - |
| YUV | 177.23 | 169.06 | 67.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 206 | 250 | 0.63 | 0.18 | 0 | 0.02 | 196.82 | 0.94 | 0.67 |
| Hex | 5D | CE | FA | 3F | 12 | 0 | 2 | C5 | 5E | 43 |
| Octal | 135 | 316 | 372 | 77 | 22 | 0 | 2 | 305 | 136 | 103 |
| Binary | 1011101 | 11001110 | 11111010 | 111111 | 10010 | 0 | 10 | 11000101 | 1011110 | 1000011 |
Color Harmonies of #5DCEFA
Complementary color
Monochromatic Colors of #5DCEFA
Black with #5DCEFA
Text Example
Text Example
White with #5DCEFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DCEFA; }
p { color: rgb(93,206,250); }
H1.HeaderClassName
{
color: #5DCEFA;
}
.AnyTagClassName
{
color: #5DCEFA;
}
</style>
background-color css
<style>
a { background-color: #5DCEFA; }
a { background-color: rgb(93,206,250); }
div.DivClassName
{
background-color: #5DCEFA;
}
.BgClassName
{
background-color: #5DCEFA;
}
</style>
border-color css
<style>
span { border-color: #5DCEFA; }
span { border-color: rgb(93,206,250); }
td.TdClassName
{
border-color: #5DCEFA;
}
.TagClassName
{
border-color: #5DCEFA;
}
</style>