Shades of Maya Blue #5DBDF7
Tints of Maya Blue #5DBDF7
RGB
CMYK
RGB Variations
Color information
#5DBDF7 (or 0x5DBDF7) is known color: Maya Blue. HEX triplet: 5D, BD and F7. RGB value is (93,189,247). Sum of RGB (Red+Green+Blue) = 93+189+247=529 (70% of max value = 765). Red value is 93 (36.72% from 255 or 17.58% from 529); Green value is 189 (74.22% from 255 or 35.73% from 529); Blue value is 247 (96.88% from 255 or 46.69% from 529); Max value from RGB is 247 - color contains mainly: blue. Hex color #5DBDF7 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5DBDF7 is #A24208. Grayscale: #A6A6A6. Windows color (decimal): -10633737 or 16235869. OLE color: 16235869.
HSL color Cylindrical-coordinate representation of color #5DBDF7: hue angle of 202.6º 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 #5DBDF7 is Cyan = 0.62, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 93 | 189 | 247 | - |
| CMYK | 0.62 | 0.23 | 0 | 0.03 |
| HSL | 202.6º | 0.91% | 0.67% | - |
| HSV(B) | 202.6º | 0.62% | 0.97% | - |
| XYZ | 39.5 | 45.44 | 94.68 | - |
| YUV | 166.91 | 173.2 | 75.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 189 | 247 | 0.62 | 0.23 | 0 | 0.03 | 202.6 | 0.91 | 0.67 |
| Hex | 5D | BD | F7 | 3E | 17 | 0 | 3 | CB | 5B | 43 |
| Octal | 135 | 275 | 367 | 76 | 27 | 0 | 3 | 313 | 133 | 103 |
| Binary | 1011101 | 10111101 | 11110111 | 111110 | 10111 | 0 | 11 | 11001011 | 1011011 | 1000011 |
Color Harmonies of #5DBDF7
Complementary color
Monochromatic Colors of #5DBDF7
Black with #5DBDF7
Text Example
Text Example
White with #5DBDF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DBDF7; }
p { color: rgb(93,189,247); }
H1.HeaderClassName
{
color: #5DBDF7;
}
.AnyTagClassName
{
color: #5DBDF7;
}
</style>
background-color css
<style>
a { background-color: #5DBDF7; }
a { background-color: rgb(93,189,247); }
div.DivClassName
{
background-color: #5DBDF7;
}
.BgClassName
{
background-color: #5DBDF7;
}
</style>
border-color css
<style>
span { border-color: #5DBDF7; }
span { border-color: rgb(93,189,247); }
td.TdClassName
{
border-color: #5DBDF7;
}
.TagClassName
{
border-color: #5DBDF7;
}
</style>