Shades of Maya Blue #5BCCFE
Tints of Maya Blue #5BCCFE
RGB
CMYK
RGB Variations
Color information
#5BCCFE (or 0x5BCCFE) is known color: Maya Blue. HEX triplet: 5B, CC and FE. RGB value is (91,204,254). Sum of RGB (Red+Green+Blue) = 91+204+254=549 (72% of max value = 765). Red value is 91 (35.94% from 255 or 16.58% from 549); Green value is 204 (80.08% from 255 or 37.16% from 549); Blue value is 254 (99.61% from 255 or 46.27% from 549); Max value from RGB is 254 - color contains mainly: blue. Hex color #5BCCFE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5BCCFE is #A43301. Grayscale: #AFAFAF. Windows color (decimal): -10760962 or 16698459. OLE color: 16698459.
HSL color Cylindrical-coordinate representation of color #5BCCFE: hue angle of 198.4º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5BCCFE is Cyan = 0.64, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 91 | 204 | 254 | - |
| CMYK | 0.64 | 0.20 | 0 | 0.00 |
| HSL | 198.4º | 0.99% | 0.68% | - |
| HSV(B) | 198.4º | 0.64% | 1% | - |
| XYZ | 43.8 | 52.57 | 101.6 | - |
| YUV | 175.91 | 172.06 | 67.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 204 | 254 | 0.64 | 0.20 | 0 | 0.00 | 198.4 | 0.99 | 0.68 |
| Hex | 5B | CC | FE | 40 | 14 | 0 | 0 | C6 | 63 | 44 |
| Octal | 133 | 314 | 376 | 100 | 24 | 0 | 0 | 306 | 143 | 104 |
| Binary | 1011011 | 11001100 | 11111110 | 1000000 | 10100 | 0 | 0 | 11000110 | 1100011 | 1000100 |
Color Harmonies of #5BCCFE
Complementary color
Monochromatic Colors of #5BCCFE
Black with #5BCCFE
Text Example
Text Example
White with #5BCCFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BCCFE; }
p { color: rgb(91,204,254); }
H1.HeaderClassName
{
color: #5BCCFE;
}
.AnyTagClassName
{
color: #5BCCFE;
}
</style>
background-color css
<style>
a { background-color: #5BCCFE; }
a { background-color: rgb(91,204,254); }
div.DivClassName
{
background-color: #5BCCFE;
}
.BgClassName
{
background-color: #5BCCFE;
}
</style>
border-color css
<style>
span { border-color: #5BCCFE; }
span { border-color: rgb(91,204,254); }
td.TdClassName
{
border-color: #5BCCFE;
}
.TagClassName
{
border-color: #5BCCFE;
}
</style>