Shades of Maya Blue #5DC5F7
Tints of Maya Blue #5DC5F7
RGB
CMYK
RGB Variations
Color information
#5DC5F7 (or 0x5DC5F7) is known color: Maya Blue. HEX triplet: 5D, C5 and F7. RGB value is (93,197,247). Sum of RGB (Red+Green+Blue) = 93+197+247=537 (71% of max value = 765). Red value is 93 (36.72% from 255 or 17.32% from 537); Green value is 197 (77.34% from 255 or 36.69% from 537); Blue value is 247 (96.88% from 255 or 46.00% from 537); Max value from RGB is 247 - color contains mainly: blue. Hex color #5DC5F7 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5DC5F7 is #A23A08. Grayscale: #ABABAB. Windows color (decimal): -10631689 or 16237917. OLE color: 16237917.
HSL color Cylindrical-coordinate representation of color #5DC5F7: hue angle of 199.48º 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 #5DC5F7 is Cyan = 0.62, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 93 | 197 | 247 | - |
| CMYK | 0.62 | 0.20 | 0 | 0.03 |
| HSL | 199.48º | 0.91% | 0.67% | - |
| HSV(B) | 199.48º | 0.62% | 0.97% | - |
| XYZ | 41.27 | 48.98 | 95.27 | - |
| YUV | 171.6 | 170.54 | 71.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 197 | 247 | 0.62 | 0.20 | 0 | 0.03 | 199.48 | 0.91 | 0.67 |
| Hex | 5D | C5 | F7 | 3E | 14 | 0 | 3 | C7 | 5B | 43 |
| Octal | 135 | 305 | 367 | 76 | 24 | 0 | 3 | 307 | 133 | 103 |
| Binary | 1011101 | 11000101 | 11110111 | 111110 | 10100 | 0 | 11 | 11000111 | 1011011 | 1000011 |
Color Harmonies of #5DC5F7
Complementary color
Monochromatic Colors of #5DC5F7
Black with #5DC5F7
Text Example
Text Example
White with #5DC5F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DC5F7; }
p { color: rgb(93,197,247); }
H1.HeaderClassName
{
color: #5DC5F7;
}
.AnyTagClassName
{
color: #5DC5F7;
}
</style>
background-color css
<style>
a { background-color: #5DC5F7; }
a { background-color: rgb(93,197,247); }
div.DivClassName
{
background-color: #5DC5F7;
}
.BgClassName
{
background-color: #5DC5F7;
}
</style>
border-color css
<style>
span { border-color: #5DC5F7; }
span { border-color: rgb(93,197,247); }
td.TdClassName
{
border-color: #5DC5F7;
}
.TagClassName
{
border-color: #5DC5F7;
}
</style>