Shades of Maya Blue #5DBCFE
Tints of Maya Blue #5DBCFE
RGB
CMYK
RGB Variations
Color information
#5DBCFE (or 0x5DBCFE) is known color: Maya Blue. HEX triplet: 5D, BC and FE. RGB value is (93,188,254). Sum of RGB (Red+Green+Blue) = 93+188+254=535 (70% of max value = 765). Red value is 93 (36.72% from 255 or 17.38% from 535); Green value is 188 (73.83% from 255 or 35.14% from 535); Blue value is 254 (99.61% from 255 or 47.48% from 535); Max value from RGB is 254 - color contains mainly: blue. Hex color #5DBCFE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5DBCFE is #A24301. Grayscale: #A6A6A6. Windows color (decimal): -10633986 or 16694365. OLE color: 16694365.
HSL color Cylindrical-coordinate representation of color #5DBCFE: hue angle of 204.6º 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 #5DBCFE is Cyan = 0.63, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 93 | 188 | 254 | - |
| CMYK | 0.63 | 0.26 | 0 | 0.00 |
| HSL | 204.6º | 0.99% | 0.68% | - |
| HSV(B) | 204.6º | 0.63% | 1% | - |
| XYZ | 40.39 | 45.45 | 100.41 | - |
| YUV | 167.12 | 177.03 | 75.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 188 | 254 | 0.63 | 0.26 | 0 | 0.00 | 204.6 | 0.99 | 0.68 |
| Hex | 5D | BC | FE | 3F | 1A | 0 | 0 | CD | 63 | 44 |
| Octal | 135 | 274 | 376 | 77 | 32 | 0 | 0 | 315 | 143 | 104 |
| Binary | 1011101 | 10111100 | 11111110 | 111111 | 11010 | 0 | 0 | 11001101 | 1100011 | 1000100 |
Color Harmonies of #5DBCFE
Complementary color
Monochromatic Colors of #5DBCFE
Black with #5DBCFE
Text Example
Text Example
White with #5DBCFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DBCFE; }
p { color: rgb(93,188,254); }
H1.HeaderClassName
{
color: #5DBCFE;
}
.AnyTagClassName
{
color: #5DBCFE;
}
</style>
background-color css
<style>
a { background-color: #5DBCFE; }
a { background-color: rgb(93,188,254); }
div.DivClassName
{
background-color: #5DBCFE;
}
.BgClassName
{
background-color: #5DBCFE;
}
</style>
border-color css
<style>
span { border-color: #5DBCFE; }
span { border-color: rgb(93,188,254); }
td.TdClassName
{
border-color: #5DBCFE;
}
.TagClassName
{
border-color: #5DBCFE;
}
</style>