Shades of Maya Blue #5BC0FC
Tints of Maya Blue #5BC0FC
RGB
CMYK
RGB Variations
Color information
#5BC0FC (or 0x5BC0FC) is known color: Maya Blue. HEX triplet: 5B, C0 and FC. RGB value is (91,192,252). Sum of RGB (Red+Green+Blue) = 91+192+252=535 (70% of max value = 765). Red value is 91 (35.94% from 255 or 17.01% from 535); Green value is 192 (75.39% from 255 or 35.89% from 535); Blue value is 252 (98.83% from 255 or 47.10% from 535); Max value from RGB is 252 - color contains mainly: blue. Hex color #5BC0FC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5BC0FC is #A43F03. Grayscale: #A8A8A8. Windows color (decimal): -10764036 or 16564315. OLE color: 16564315.
HSL color Cylindrical-coordinate representation of color #5BC0FC: hue angle of 202.36º 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 #5BC0FC is Cyan = 0.64, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 91 | 192 | 252 | - |
| CMYK | 0.64 | 0.24 | 0 | 0.01 |
| HSL | 202.36º | 0.96% | 0.67% | - |
| HSV(B) | 202.36º | 0.64% | 0.99% | - |
| XYZ | 40.73 | 46.95 | 99.01 | - |
| YUV | 168.64 | 175.04 | 72.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 192 | 252 | 0.64 | 0.24 | 0 | 0.01 | 202.36 | 0.96 | 0.67 |
| Hex | 5B | C0 | FC | 40 | 18 | 0 | 1 | CA | 60 | 43 |
| Octal | 133 | 300 | 374 | 100 | 30 | 0 | 1 | 312 | 140 | 103 |
| Binary | 1011011 | 11000000 | 11111100 | 1000000 | 11000 | 0 | 1 | 11001010 | 1100000 | 1000011 |
Color Harmonies of #5BC0FC
Complementary color
Monochromatic Colors of #5BC0FC
Black with #5BC0FC
Text Example
Text Example
White with #5BC0FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BC0FC; }
p { color: rgb(91,192,252); }
H1.HeaderClassName
{
color: #5BC0FC;
}
.AnyTagClassName
{
color: #5BC0FC;
}
</style>
background-color css
<style>
a { background-color: #5BC0FC; }
a { background-color: rgb(91,192,252); }
div.DivClassName
{
background-color: #5BC0FC;
}
.BgClassName
{
background-color: #5BC0FC;
}
</style>
border-color css
<style>
span { border-color: #5BC0FC; }
span { border-color: rgb(91,192,252); }
td.TdClassName
{
border-color: #5BC0FC;
}
.TagClassName
{
border-color: #5BC0FC;
}
</style>