Shades of Maya Blue #57BAFA
Tints of Maya Blue #57BAFA
RGB
CMYK
RGB Variations
Color information
#57BAFA (or 0x57BAFA) is known color: Maya Blue. HEX triplet: 57, BA and FA. RGB value is (87,186,250). Sum of RGB (Red+Green+Blue) = 87+186+250=523 (69% of max value = 765). Red value is 87 (34.38% from 255 or 16.63% from 523); Green value is 186 (73.05% from 255 or 35.56% from 523); Blue value is 250 (98.05% from 255 or 47.80% from 523); Max value from RGB is 250 - color contains mainly: blue. Hex color #57BAFA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #57BAFA is #A84505. Grayscale: #A3A3A3. Windows color (decimal): -11027718 or 16431703. OLE color: 16431703.
HSL color Cylindrical-coordinate representation of color #57BAFA: hue angle of 203.56º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #57BAFA is Cyan = 0.65, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 87 | 186 | 250 | - |
| CMYK | 0.65 | 0.26 | 0 | 0.02 |
| HSL | 203.56º | 0.94% | 0.66% | - |
| HSV(B) | 203.56º | 0.65% | 0.98% | - |
| XYZ | 38.74 | 44.05 | 96.9 | - |
| YUV | 163.7 | 176.7 | 73.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 186 | 250 | 0.65 | 0.26 | 0 | 0.02 | 203.56 | 0.94 | 0.66 |
| Hex | 57 | BA | FA | 41 | 1A | 0 | 2 | CC | 5E | 42 |
| Octal | 127 | 272 | 372 | 101 | 32 | 0 | 2 | 314 | 136 | 102 |
| Binary | 1010111 | 10111010 | 11111010 | 1000001 | 11010 | 0 | 10 | 11001100 | 1011110 | 1000010 |
Color Harmonies of #57BAFA
Complementary color
Monochromatic Colors of #57BAFA
Black with #57BAFA
Text Example
Text Example
White with #57BAFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57BAFA; }
p { color: rgb(87,186,250); }
H1.HeaderClassName
{
color: #57BAFA;
}
.AnyTagClassName
{
color: #57BAFA;
}
</style>
background-color css
<style>
a { background-color: #57BAFA; }
a { background-color: rgb(87,186,250); }
div.DivClassName
{
background-color: #57BAFA;
}
.BgClassName
{
background-color: #57BAFA;
}
</style>
border-color css
<style>
span { border-color: #57BAFA; }
span { border-color: rgb(87,186,250); }
td.TdClassName
{
border-color: #57BAFA;
}
.TagClassName
{
border-color: #57BAFA;
}
</style>