Shades of Maya Blue #5BBDFC
Tints of Maya Blue #5BBDFC
RGB
CMYK
RGB Variations
Color information
#5BBDFC (or 0x5BBDFC) is known color: Maya Blue. HEX triplet: 5B, BD and FC. RGB value is (91,189,252). Sum of RGB (Red+Green+Blue) = 91+189+252=532 (70% of max value = 765). Red value is 91 (35.94% from 255 or 17.11% from 532); Green value is 189 (74.22% from 255 or 35.53% from 532); Blue value is 252 (98.83% from 255 or 47.37% from 532); Max value from RGB is 252 - color contains mainly: blue. Hex color #5BBDFC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5BBDFC is #A44203. Grayscale: #A6A6A6. Windows color (decimal): -10764804 or 16563547. OLE color: 16563547.
HSL color Cylindrical-coordinate representation of color #5BBDFC: hue angle of 203.48º degrees, saturation: 0.96, 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 #5BBDFC is Cyan = 0.64, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 91 | 189 | 252 | - |
| CMYK | 0.64 | 0.25 | 0 | 0.01 |
| HSL | 203.48º | 0.96% | 0.67% | - |
| HSV(B) | 203.48º | 0.64% | 0.99% | - |
| XYZ | 40.08 | 45.65 | 98.79 | - |
| YUV | 166.88 | 176.03 | 73.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 189 | 252 | 0.64 | 0.25 | 0 | 0.01 | 203.48 | 0.96 | 0.67 |
| Hex | 5B | BD | FC | 40 | 19 | 0 | 1 | CB | 60 | 43 |
| Octal | 133 | 275 | 374 | 100 | 31 | 0 | 1 | 313 | 140 | 103 |
| Binary | 1011011 | 10111101 | 11111100 | 1000000 | 11001 | 0 | 1 | 11001011 | 1100000 | 1000011 |
Color Harmonies of #5BBDFC
Complementary color
Monochromatic Colors of #5BBDFC
Black with #5BBDFC
Text Example
Text Example
White with #5BBDFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BBDFC; }
p { color: rgb(91,189,252); }
H1.HeaderClassName
{
color: #5BBDFC;
}
.AnyTagClassName
{
color: #5BBDFC;
}
</style>
background-color css
<style>
a { background-color: #5BBDFC; }
a { background-color: rgb(91,189,252); }
div.DivClassName
{
background-color: #5BBDFC;
}
.BgClassName
{
background-color: #5BBDFC;
}
</style>
border-color css
<style>
span { border-color: #5BBDFC; }
span { border-color: rgb(91,189,252); }
td.TdClassName
{
border-color: #5BBDFC;
}
.TagClassName
{
border-color: #5BBDFC;
}
</style>