Shades of Maya Blue #5DCDFB
Tints of Maya Blue #5DCDFB
RGB
CMYK
RGB Variations
Color information
#5DCDFB (or 0x5DCDFB) is known color: Maya Blue. HEX triplet: 5D, CD and FB. RGB value is (93,205,251). Sum of RGB (Red+Green+Blue) = 93+205+251=549 (72% of max value = 765). Red value is 93 (36.72% from 255 or 16.94% from 549); Green value is 205 (80.47% from 255 or 37.34% from 549); Blue value is 251 (98.44% from 255 or 45.72% from 549); Max value from RGB is 251 - color contains mainly: blue. Hex color #5DCDFB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5DCDFB is #A23204. Grayscale: #B0B0B0. Windows color (decimal): -10629637 or 16502109. OLE color: 16502109.
HSL color Cylindrical-coordinate representation of color #5DCDFB: hue angle of 197.47º degrees, saturation: 0.95, 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 #5DCDFB is Cyan = 0.63, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 93 | 205 | 251 | - |
| CMYK | 0.63 | 0.18 | 0 | 0.02 |
| HSL | 197.47º | 0.95% | 0.67% | - |
| HSV(B) | 197.47º | 0.63% | 0.98% | - |
| XYZ | 43.76 | 52.95 | 99.18 | - |
| YUV | 176.76 | 169.89 | 68.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 205 | 251 | 0.63 | 0.18 | 0 | 0.02 | 197.47 | 0.95 | 0.67 |
| Hex | 5D | CD | FB | 3F | 12 | 0 | 2 | C5 | 5F | 43 |
| Octal | 135 | 315 | 373 | 77 | 22 | 0 | 2 | 305 | 137 | 103 |
| Binary | 1011101 | 11001101 | 11111011 | 111111 | 10010 | 0 | 10 | 11000101 | 1011111 | 1000011 |
Color Harmonies of #5DCDFB
Complementary color
Monochromatic Colors of #5DCDFB
Black with #5DCDFB
Text Example
Text Example
White with #5DCDFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DCDFB; }
p { color: rgb(93,205,251); }
H1.HeaderClassName
{
color: #5DCDFB;
}
.AnyTagClassName
{
color: #5DCDFB;
}
</style>
background-color css
<style>
a { background-color: #5DCDFB; }
a { background-color: rgb(93,205,251); }
div.DivClassName
{
background-color: #5DCDFB;
}
.BgClassName
{
background-color: #5DCDFB;
}
</style>
border-color css
<style>
span { border-color: #5DCDFB; }
span { border-color: rgb(93,205,251); }
td.TdClassName
{
border-color: #5DCDFB;
}
.TagClassName
{
border-color: #5DCDFB;
}
</style>