Shades of Maya Blue #5BBFFC
Tints of Maya Blue #5BBFFC
RGB
CMYK
RGB Variations
Color information
#5BBFFC (or 0x5BBFFC) is known color: Maya Blue. HEX triplet: 5B, BF and FC. RGB value is (91,191,252). Sum of RGB (Red+Green+Blue) = 91+191+252=534 (70% of max value = 765). Red value is 91 (35.94% from 255 or 17.04% from 534); Green value is 191 (75% from 255 or 35.77% from 534); Blue value is 252 (98.83% from 255 or 47.19% from 534); Max value from RGB is 252 - color contains mainly: blue. Hex color #5BBFFC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5BBFFC is #A44003. Grayscale: #A7A7A7. Windows color (decimal): -10764292 or 16564059. OLE color: 16564059.
HSL color Cylindrical-coordinate representation of color #5BBFFC: hue angle of 202.73º 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 #5BBFFC is Cyan = 0.64, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 91 | 191 | 252 | - |
| CMYK | 0.64 | 0.24 | 0 | 0.01 |
| HSL | 202.73º | 0.96% | 0.67% | - |
| HSV(B) | 202.73º | 0.64% | 0.99% | - |
| XYZ | 40.52 | 46.51 | 98.94 | - |
| YUV | 168.05 | 175.37 | 73.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 191 | 252 | 0.64 | 0.24 | 0 | 0.01 | 202.73 | 0.96 | 0.67 |
| Hex | 5B | BF | FC | 40 | 18 | 0 | 1 | CB | 60 | 43 |
| Octal | 133 | 277 | 374 | 100 | 30 | 0 | 1 | 313 | 140 | 103 |
| Binary | 1011011 | 10111111 | 11111100 | 1000000 | 11000 | 0 | 1 | 11001011 | 1100000 | 1000011 |
Color Harmonies of #5BBFFC
Complementary color
Monochromatic Colors of #5BBFFC
Black with #5BBFFC
Text Example
Text Example
White with #5BBFFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BBFFC; }
p { color: rgb(91,191,252); }
H1.HeaderClassName
{
color: #5BBFFC;
}
.AnyTagClassName
{
color: #5BBFFC;
}
</style>
background-color css
<style>
a { background-color: #5BBFFC; }
a { background-color: rgb(91,191,252); }
div.DivClassName
{
background-color: #5BBFFC;
}
.BgClassName
{
background-color: #5BBFFC;
}
</style>
border-color css
<style>
span { border-color: #5BBFFC; }
span { border-color: rgb(91,191,252); }
td.TdClassName
{
border-color: #5BBFFC;
}
.TagClassName
{
border-color: #5BBFFC;
}
</style>