Shades of Maya Blue #5DBDFF
Tints of Maya Blue #5DBDFF
RGB
CMYK
RGB Variations
Color information
#5DBDFF (or 0x5DBDFF) is known color: Maya Blue. HEX triplet: 5D, BD and FF. RGB value is (93,189,255). Sum of RGB (Red+Green+Blue) = 93+189+255=537 (71% of max value = 765). Red value is 93 (36.72% from 255 or 17.32% from 537); Green value is 189 (74.22% from 255 or 35.20% from 537); Blue value is 255 (100% from 255 or 47.49% from 537); Max value from RGB is 255 - color contains mainly: blue. Hex color #5DBDFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5DBDFF is #A24200. Grayscale: #A7A7A7. Windows color (decimal): -10633729 or 16760157. OLE color: 16760157.
HSL color Cylindrical-coordinate representation of color #5DBDFF: hue angle of 204.44º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5DBDFF is Cyan = 0.64, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 93 | 189 | 255 | - |
| CMYK | 0.64 | 0.26 | 0 | 0 |
| HSL | 204.44º | 1% | 0.68% | - |
| HSV(B) | 204.44º | 0.64% | 1% | - |
| XYZ | 40.76 | 45.94 | 101.33 | - |
| YUV | 167.82 | 177.2 | 74.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 189 | 255 | 0.64 | 0.26 | 0 | 0 | 204.44 | 1 | 0.68 |
| Hex | 5D | BD | FF | 40 | 1A | 0 | 0 | CC | 64 | 44 |
| Octal | 135 | 275 | 377 | 100 | 32 | 0 | 0 | 314 | 144 | 104 |
| Binary | 1011101 | 10111101 | 11111111 | 1000000 | 11010 | 0 | 0 | 11001100 | 1100100 | 1000100 |
Color Harmonies of #5DBDFF
Complementary color
Monochromatic Colors of #5DBDFF
Black with #5DBDFF
Text Example
Text Example
White with #5DBDFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DBDFF; }
p { color: rgb(93,189,255); }
H1.HeaderClassName
{
color: #5DBDFF;
}
.AnyTagClassName
{
color: #5DBDFF;
}
</style>
background-color css
<style>
a { background-color: #5DBDFF; }
a { background-color: rgb(93,189,255); }
div.DivClassName
{
background-color: #5DBDFF;
}
.BgClassName
{
background-color: #5DBDFF;
}
</style>
border-color css
<style>
span { border-color: #5DBDFF; }
span { border-color: rgb(93,189,255); }
td.TdClassName
{
border-color: #5DBDFF;
}
.TagClassName
{
border-color: #5DBDFF;
}
</style>