Shades of Maya Blue #5BCDFB
Tints of Maya Blue #5BCDFB
RGB
CMYK
RGB Variations
Color information
#5BCDFB (or 0x5BCDFB) is known color: Maya Blue. HEX triplet: 5B, CD and FB. RGB value is (91,205,251). Sum of RGB (Red+Green+Blue) = 91+205+251=547 (72% of max value = 765). Red value is 91 (35.94% from 255 or 16.64% from 547); Green value is 205 (80.47% from 255 or 37.48% from 547); Blue value is 251 (98.44% from 255 or 45.89% from 547); Max value from RGB is 251 - color contains mainly: blue. Hex color #5BCDFB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5BCDFB is #A43204. Grayscale: #AFAFAF. Windows color (decimal): -10760709 or 16502107. OLE color: 16502107.
HSL color Cylindrical-coordinate representation of color #5BCDFB: hue angle of 197.25º degrees, saturation: 0.95, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5BCDFB is Cyan = 0.64, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 91 | 205 | 251 | - |
| CMYK | 0.64 | 0.18 | 0 | 0.02 |
| HSL | 197.25º | 0.95% | 0.67% | - |
| HSV(B) | 197.25º | 0.64% | 0.98% | - |
| XYZ | 43.56 | 52.85 | 99.17 | - |
| YUV | 176.16 | 170.23 | 67.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 205 | 251 | 0.64 | 0.18 | 0 | 0.02 | 197.25 | 0.95 | 0.67 |
| Hex | 5B | CD | FB | 40 | 12 | 0 | 2 | C5 | 5F | 43 |
| Octal | 133 | 315 | 373 | 100 | 22 | 0 | 2 | 305 | 137 | 103 |
| Binary | 1011011 | 11001101 | 11111011 | 1000000 | 10010 | 0 | 10 | 11000101 | 1011111 | 1000011 |
Color Harmonies of #5BCDFB
Complementary color
Monochromatic Colors of #5BCDFB
Black with #5BCDFB
Text Example
Text Example
White with #5BCDFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BCDFB; }
p { color: rgb(91,205,251); }
H1.HeaderClassName
{
color: #5BCDFB;
}
.AnyTagClassName
{
color: #5BCDFB;
}
</style>
background-color css
<style>
a { background-color: #5BCDFB; }
a { background-color: rgb(91,205,251); }
div.DivClassName
{
background-color: #5BCDFB;
}
.BgClassName
{
background-color: #5BCDFB;
}
</style>
border-color css
<style>
span { border-color: #5BCDFB; }
span { border-color: rgb(91,205,251); }
td.TdClassName
{
border-color: #5BCDFB;
}
.TagClassName
{
border-color: #5BCDFB;
}
</style>