Shades of Maya Blue #5BCAF6
Tints of Maya Blue #5BCAF6
RGB
CMYK
RGB Variations
Color information
#5BCAF6 (or 0x5BCAF6) is known color: Maya Blue. HEX triplet: 5B, CA and F6. RGB value is (91,202,246). Sum of RGB (Red+Green+Blue) = 91+202+246=539 (71% of max value = 765). Red value is 91 (35.94% from 255 or 16.88% from 539); Green value is 202 (79.30% from 255 or 37.48% from 539); Blue value is 246 (96.48% from 255 or 45.64% from 539); Max value from RGB is 246 - color contains mainly: blue. Hex color #5BCAF6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5BCAF6 is #A43509. Grayscale: #ADADAD. Windows color (decimal): -10761482 or 16173659. OLE color: 16173659.
HSL color Cylindrical-coordinate representation of color #5BCAF6: hue angle of 197.03º degrees, saturation: 0.9, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5BCAF6 is Cyan = 0.63, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 91 | 202 | 246 | - |
| CMYK | 0.63 | 0.18 | 0 | 0.04 |
| HSL | 197.03º | 0.9% | 0.66% | - |
| HSV(B) | 197.03º | 0.63% | 0.96% | - |
| XYZ | 42.07 | 51.12 | 94.84 | - |
| YUV | 173.83 | 168.73 | 68.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 202 | 246 | 0.63 | 0.18 | 0 | 0.04 | 197.03 | 0.9 | 0.66 |
| Hex | 5B | CA | F6 | 3F | 12 | 0 | 4 | C5 | 5A | 42 |
| Octal | 133 | 312 | 366 | 77 | 22 | 0 | 4 | 305 | 132 | 102 |
| Binary | 1011011 | 11001010 | 11110110 | 111111 | 10010 | 0 | 100 | 11000101 | 1011010 | 1000010 |
Color Harmonies of #5BCAF6
Complementary color
Monochromatic Colors of #5BCAF6
Black with #5BCAF6
Text Example
Text Example
White with #5BCAF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BCAF6; }
p { color: rgb(91,202,246); }
H1.HeaderClassName
{
color: #5BCAF6;
}
.AnyTagClassName
{
color: #5BCAF6;
}
</style>
background-color css
<style>
a { background-color: #5BCAF6; }
a { background-color: rgb(91,202,246); }
div.DivClassName
{
background-color: #5BCAF6;
}
.BgClassName
{
background-color: #5BCAF6;
}
</style>
border-color css
<style>
span { border-color: #5BCAF6; }
span { border-color: rgb(91,202,246); }
td.TdClassName
{
border-color: #5BCAF6;
}
.TagClassName
{
border-color: #5BCAF6;
}
</style>