Shades of Maya Blue #57B0FF
Tints of Maya Blue #57B0FF
RGB
CMYK
RGB Variations
Color information
#57B0FF (or 0x57B0FF) is known color: Maya Blue. HEX triplet: 57, B0 and FF. RGB value is (87,176,255). Sum of RGB (Red+Green+Blue) = 87+176+255=518 (68% of max value = 765). Red value is 87 (34.38% from 255 or 16.80% from 518); Green value is 176 (69.14% from 255 or 33.98% from 518); Blue value is 255 (100% from 255 or 49.23% from 518); Max value from RGB is 255 - color contains mainly: blue. Hex color #57B0FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #57B0FF is #A84F00. Grayscale: #9D9D9D. Windows color (decimal): -11030273 or 16756823. OLE color: 16756823.
HSL color Cylindrical-coordinate representation of color #57B0FF: hue angle of 208.21º 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 #57B0FF is Cyan = 0.66, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 87 | 176 | 255 | - |
| CMYK | 0.66 | 0.31 | 0 | 0 |
| HSL | 208.21º | 1% | 0.67% | - |
| HSV(B) | 208.21º | 0.66% | 1% | - |
| XYZ | 37.51 | 40.3 | 100.41 | - |
| YUV | 158.4 | 182.51 | 77.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 176 | 255 | 0.66 | 0.31 | 0 | 0 | 208.21 | 1 | 0.67 |
| Hex | 57 | B0 | FF | 42 | 1F | 0 | 0 | D0 | 64 | 43 |
| Octal | 127 | 260 | 377 | 102 | 37 | 0 | 0 | 320 | 144 | 103 |
| Binary | 1010111 | 10110000 | 11111111 | 1000010 | 11111 | 0 | 0 | 11010000 | 1100100 | 1000011 |
Color Harmonies of #57B0FF
Complementary color
Monochromatic Colors of #57B0FF
Black with #57B0FF
Text Example
Text Example
White with #57B0FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57B0FF; }
p { color: rgb(87,176,255); }
H1.HeaderClassName
{
color: #57B0FF;
}
.AnyTagClassName
{
color: #57B0FF;
}
</style>
background-color css
<style>
a { background-color: #57B0FF; }
a { background-color: rgb(87,176,255); }
div.DivClassName
{
background-color: #57B0FF;
}
.BgClassName
{
background-color: #57B0FF;
}
</style>
border-color css
<style>
span { border-color: #57B0FF; }
span { border-color: rgb(87,176,255); }
td.TdClassName
{
border-color: #57B0FF;
}
.TagClassName
{
border-color: #57B0FF;
}
</style>