Shades of Maya Blue #5BCDFF
Tints of Maya Blue #5BCDFF
RGB
CMYK
RGB Variations
Color information
#5BCDFF (or 0x5BCDFF) is known color: Maya Blue. HEX triplet: 5B, CD and FF. RGB value is (91,205,255). Sum of RGB (Red+Green+Blue) = 91+205+255=551 (72% of max value = 765). Red value is 91 (35.94% from 255 or 16.52% from 551); Green value is 205 (80.47% from 255 or 37.21% from 551); Blue value is 255 (100% from 255 or 46.28% from 551); Max value from RGB is 255 - color contains mainly: blue. Hex color #5BCDFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5BCDFF is #A43200. Grayscale: #B0B0B0. Windows color (decimal): -10760705 or 16764251. OLE color: 16764251.
HSL color Cylindrical-coordinate representation of color #5BCDFF: hue angle of 198.29º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5BCDFF is Cyan = 0.64, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 91 | 205 | 255 | - |
| CMYK | 0.64 | 0.20 | 0 | 0 |
| HSL | 198.29º | 1% | 0.68% | - |
| HSV(B) | 198.29º | 0.64% | 1% | - |
| XYZ | 44.2 | 53.11 | 102.53 | - |
| YUV | 176.61 | 172.23 | 66.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 205 | 255 | 0.64 | 0.20 | 0 | 0 | 198.29 | 1 | 0.68 |
| Hex | 5B | CD | FF | 40 | 14 | 0 | 0 | C6 | 64 | 44 |
| Octal | 133 | 315 | 377 | 100 | 24 | 0 | 0 | 306 | 144 | 104 |
| Binary | 1011011 | 11001101 | 11111111 | 1000000 | 10100 | 0 | 0 | 11000110 | 1100100 | 1000100 |
Color Harmonies of #5BCDFF
Complementary color
Monochromatic Colors of #5BCDFF
Black with #5BCDFF
Text Example
Text Example
White with #5BCDFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BCDFF; }
p { color: rgb(91,205,255); }
H1.HeaderClassName
{
color: #5BCDFF;
}
.AnyTagClassName
{
color: #5BCDFF;
}
</style>
background-color css
<style>
a { background-color: #5BCDFF; }
a { background-color: rgb(91,205,255); }
div.DivClassName
{
background-color: #5BCDFF;
}
.BgClassName
{
background-color: #5BCDFF;
}
</style>
border-color css
<style>
span { border-color: #5BCDFF; }
span { border-color: rgb(91,205,255); }
td.TdClassName
{
border-color: #5BCDFF;
}
.TagClassName
{
border-color: #5BCDFF;
}
</style>