Shades of Maya Blue #5BCDF7
Tints of Maya Blue #5BCDF7
RGB
CMYK
RGB Variations
Color information
#5BCDF7 (or 0x5BCDF7) is known color: Maya Blue. HEX triplet: 5B, CD and F7. RGB value is (91,205,247). Sum of RGB (Red+Green+Blue) = 91+205+247=543 (71% of max value = 765). Red value is 91 (35.94% from 255 or 16.76% from 543); Green value is 205 (80.47% from 255 or 37.75% from 543); Blue value is 247 (96.88% from 255 or 45.49% from 543); Max value from RGB is 247 - color contains mainly: blue. Hex color #5BCDF7 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5BCDF7 is #A43208. Grayscale: #AFAFAF. Windows color (decimal): -10760713 or 16239963. OLE color: 16239963.
HSL color Cylindrical-coordinate representation of color #5BCDF7: hue angle of 196.15º degrees, saturation: 0.91, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5BCDF7 is Cyan = 0.63, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 91 | 205 | 247 | - |
| CMYK | 0.63 | 0.17 | 0 | 0.03 |
| HSL | 196.15º | 0.91% | 0.66% | - |
| HSV(B) | 196.15º | 0.63% | 0.97% | - |
| XYZ | 42.93 | 52.6 | 95.89 | - |
| YUV | 175.7 | 168.23 | 67.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 205 | 247 | 0.63 | 0.17 | 0 | 0.03 | 196.15 | 0.91 | 0.66 |
| Hex | 5B | CD | F7 | 3F | 11 | 0 | 3 | C4 | 5B | 42 |
| Octal | 133 | 315 | 367 | 77 | 21 | 0 | 3 | 304 | 133 | 102 |
| Binary | 1011011 | 11001101 | 11110111 | 111111 | 10001 | 0 | 11 | 11000100 | 1011011 | 1000010 |
Color Harmonies of #5BCDF7
Complementary color
Monochromatic Colors of #5BCDF7
Black with #5BCDF7
Text Example
Text Example
White with #5BCDF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BCDF7; }
p { color: rgb(91,205,247); }
H1.HeaderClassName
{
color: #5BCDF7;
}
.AnyTagClassName
{
color: #5BCDF7;
}
</style>
background-color css
<style>
a { background-color: #5BCDF7; }
a { background-color: rgb(91,205,247); }
div.DivClassName
{
background-color: #5BCDF7;
}
.BgClassName
{
background-color: #5BCDF7;
}
</style>
border-color css
<style>
span { border-color: #5BCDF7; }
span { border-color: rgb(91,205,247); }
td.TdClassName
{
border-color: #5BCDF7;
}
.TagClassName
{
border-color: #5BCDF7;
}
</style>