Shades of Maya Blue #5BCDFD
Tints of Maya Blue #5BCDFD
RGB
CMYK
RGB Variations
Color information
#5BCDFD (or 0x5BCDFD) is known color: Maya Blue. HEX triplet: 5B, CD and FD. RGB value is (91,205,253). Sum of RGB (Red+Green+Blue) = 91+205+253=549 (72% of max value = 765). Red value is 91 (35.94% from 255 or 16.58% from 549); Green value is 205 (80.47% from 255 or 37.34% from 549); Blue value is 253 (99.22% from 255 or 46.08% from 549); Max value from RGB is 253 - color contains mainly: blue. Hex color #5BCDFD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5BCDFD is #A43202. Grayscale: #B0B0B0. Windows color (decimal): -10760707 or 16633179. OLE color: 16633179.
HSL color Cylindrical-coordinate representation of color #5BCDFD: hue angle of 197.78º degrees, saturation: 0.98, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5BCDFD is Cyan = 0.64, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 91 | 205 | 253 | - |
| CMYK | 0.64 | 0.19 | 0 | 0.01 |
| HSL | 197.78º | 0.98% | 0.67% | - |
| HSV(B) | 197.78º | 0.64% | 0.99% | - |
| XYZ | 43.88 | 52.98 | 100.84 | - |
| YUV | 176.39 | 171.23 | 67.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 205 | 253 | 0.64 | 0.19 | 0 | 0.01 | 197.78 | 0.98 | 0.67 |
| Hex | 5B | CD | FD | 40 | 13 | 0 | 1 | C6 | 62 | 43 |
| Octal | 133 | 315 | 375 | 100 | 23 | 0 | 1 | 306 | 142 | 103 |
| Binary | 1011011 | 11001101 | 11111101 | 1000000 | 10011 | 0 | 1 | 11000110 | 1100010 | 1000011 |
Color Harmonies of #5BCDFD
Complementary color
Monochromatic Colors of #5BCDFD
Black with #5BCDFD
Text Example
Text Example
White with #5BCDFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BCDFD; }
p { color: rgb(91,205,253); }
H1.HeaderClassName
{
color: #5BCDFD;
}
.AnyTagClassName
{
color: #5BCDFD;
}
</style>
background-color css
<style>
a { background-color: #5BCDFD; }
a { background-color: rgb(91,205,253); }
div.DivClassName
{
background-color: #5BCDFD;
}
.BgClassName
{
background-color: #5BCDFD;
}
</style>
border-color css
<style>
span { border-color: #5BCDFD; }
span { border-color: rgb(91,205,253); }
td.TdClassName
{
border-color: #5BCDFD;
}
.TagClassName
{
border-color: #5BCDFD;
}
</style>