Shades of Maya Blue #5BAFFC
Tints of Maya Blue #5BAFFC
RGB
CMYK
RGB Variations
Color information
#5BAFFC (or 0x5BAFFC) is known color: Maya Blue. HEX triplet: 5B, AF and FC. RGB value is (91,175,252). Sum of RGB (Red+Green+Blue) = 91+175+252=518 (68% of max value = 765). Red value is 91 (35.94% from 255 or 17.57% from 518); Green value is 175 (68.75% from 255 or 33.78% from 518); Blue value is 252 (98.83% from 255 or 48.65% from 518); Max value from RGB is 252 - color contains mainly: blue. Hex color #5BAFFC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5BAFFC is #A45003. Grayscale: #9E9E9E. Windows color (decimal): -10768388 or 16559963. OLE color: 16559963.
HSL color Cylindrical-coordinate representation of color #5BAFFC: hue angle of 208.7º 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 #5BAFFC is Cyan = 0.64, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 91 | 175 | 252 | - |
| CMYK | 0.64 | 0.31 | 0 | 0.01 |
| HSL | 208.7º | 0.96% | 0.67% | - |
| HSV(B) | 208.7º | 0.64% | 0.99% | - |
| XYZ | 37.22 | 39.91 | 97.84 | - |
| YUV | 158.66 | 180.67 | 79.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 175 | 252 | 0.64 | 0.31 | 0 | 0.01 | 208.7 | 0.96 | 0.67 |
| Hex | 5B | AF | FC | 40 | 1F | 0 | 1 | D1 | 60 | 43 |
| Octal | 133 | 257 | 374 | 100 | 37 | 0 | 1 | 321 | 140 | 103 |
| Binary | 1011011 | 10101111 | 11111100 | 1000000 | 11111 | 0 | 1 | 11010001 | 1100000 | 1000011 |
Color Harmonies of #5BAFFC
Complementary color
Monochromatic Colors of #5BAFFC
Black with #5BAFFC
Text Example
Text Example
White with #5BAFFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BAFFC; }
p { color: rgb(91,175,252); }
H1.HeaderClassName
{
color: #5BAFFC;
}
.AnyTagClassName
{
color: #5BAFFC;
}
</style>
background-color css
<style>
a { background-color: #5BAFFC; }
a { background-color: rgb(91,175,252); }
div.DivClassName
{
background-color: #5BAFFC;
}
.BgClassName
{
background-color: #5BAFFC;
}
</style>
border-color css
<style>
span { border-color: #5BAFFC; }
span { border-color: rgb(91,175,252); }
td.TdClassName
{
border-color: #5BAFFC;
}
.TagClassName
{
border-color: #5BAFFC;
}
</style>