Shades of Maya Blue #57BAFF
Tints of Maya Blue #57BAFF
RGB
CMYK
RGB Variations
Color information
#57BAFF (or 0x57BAFF) is known color: Maya Blue. HEX triplet: 57, BA and FF. RGB value is (87,186,255). Sum of RGB (Red+Green+Blue) = 87+186+255=528 (69% of max value = 765). Red value is 87 (34.38% from 255 or 16.48% from 528); Green value is 186 (73.05% from 255 or 35.23% from 528); Blue value is 255 (100% from 255 or 48.30% from 528); Max value from RGB is 255 - color contains mainly: blue. Hex color #57BAFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #57BAFF is #A84500. Grayscale: #A3A3A3. Windows color (decimal): -11027713 or 16759383. OLE color: 16759383.
HSL color Cylindrical-coordinate representation of color #57BAFF: hue angle of 204.64º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #57BAFF is Cyan = 0.66, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 87 | 186 | 255 | - |
| CMYK | 0.66 | 0.27 | 0 | 0 |
| HSL | 204.64º | 1% | 0.67% | - |
| HSV(B) | 204.64º | 0.66% | 1% | - |
| XYZ | 39.54 | 44.36 | 101.09 | - |
| YUV | 164.27 | 179.2 | 72.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 186 | 255 | 0.66 | 0.27 | 0 | 0 | 204.64 | 1 | 0.67 |
| Hex | 57 | BA | FF | 42 | 1B | 0 | 0 | CD | 64 | 43 |
| Octal | 127 | 272 | 377 | 102 | 33 | 0 | 0 | 315 | 144 | 103 |
| Binary | 1010111 | 10111010 | 11111111 | 1000010 | 11011 | 0 | 0 | 11001101 | 1100100 | 1000011 |
Color Harmonies of #57BAFF
Complementary color
Monochromatic Colors of #57BAFF
Black with #57BAFF
Text Example
Text Example
White with #57BAFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57BAFF; }
p { color: rgb(87,186,255); }
H1.HeaderClassName
{
color: #57BAFF;
}
.AnyTagClassName
{
color: #57BAFF;
}
</style>
background-color css
<style>
a { background-color: #57BAFF; }
a { background-color: rgb(87,186,255); }
div.DivClassName
{
background-color: #57BAFF;
}
.BgClassName
{
background-color: #57BAFF;
}
</style>
border-color css
<style>
span { border-color: #57BAFF; }
span { border-color: rgb(87,186,255); }
td.TdClassName
{
border-color: #57BAFF;
}
.TagClassName
{
border-color: #57BAFF;
}
</style>