Shades of Maya Blue #5DBEF7
Tints of Maya Blue #5DBEF7
RGB
CMYK
RGB Variations
Color information
#5DBEF7 (or 0x5DBEF7) is known color: Maya Blue. HEX triplet: 5D, BE and F7. RGB value is (93,190,247). Sum of RGB (Red+Green+Blue) = 93+190+247=530 (70% of max value = 765). Red value is 93 (36.72% from 255 or 17.55% from 530); Green value is 190 (74.61% from 255 or 35.85% from 530); Blue value is 247 (96.88% from 255 or 46.60% from 530); Max value from RGB is 247 - color contains mainly: blue. Hex color #5DBEF7 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5DBEF7 is #A24108. Grayscale: #A7A7A7. Windows color (decimal): -10633481 or 16236125. OLE color: 16236125.
HSL color Cylindrical-coordinate representation of color #5DBEF7: hue angle of 202.21º degrees, saturation: 0.91, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5DBEF7 is Cyan = 0.62, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 93 | 190 | 247 | - |
| CMYK | 0.62 | 0.23 | 0 | 0.03 |
| HSL | 202.21º | 0.91% | 0.67% | - |
| HSV(B) | 202.21º | 0.62% | 0.97% | - |
| XYZ | 39.72 | 45.87 | 94.76 | - |
| YUV | 167.5 | 172.86 | 74.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 190 | 247 | 0.62 | 0.23 | 0 | 0.03 | 202.21 | 0.91 | 0.67 |
| Hex | 5D | BE | F7 | 3E | 17 | 0 | 3 | CA | 5B | 43 |
| Octal | 135 | 276 | 367 | 76 | 27 | 0 | 3 | 312 | 133 | 103 |
| Binary | 1011101 | 10111110 | 11110111 | 111110 | 10111 | 0 | 11 | 11001010 | 1011011 | 1000011 |
Color Harmonies of #5DBEF7
Complementary color
Monochromatic Colors of #5DBEF7
Black with #5DBEF7
Text Example
Text Example
White with #5DBEF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DBEF7; }
p { color: rgb(93,190,247); }
H1.HeaderClassName
{
color: #5DBEF7;
}
.AnyTagClassName
{
color: #5DBEF7;
}
</style>
background-color css
<style>
a { background-color: #5DBEF7; }
a { background-color: rgb(93,190,247); }
div.DivClassName
{
background-color: #5DBEF7;
}
.BgClassName
{
background-color: #5DBEF7;
}
</style>
border-color css
<style>
span { border-color: #5DBEF7; }
span { border-color: rgb(93,190,247); }
td.TdClassName
{
border-color: #5DBEF7;
}
.TagClassName
{
border-color: #5DBEF7;
}
</style>