Shades of Maya Blue #57BBFF
Tints of Maya Blue #57BBFF
RGB
CMYK
RGB Variations
Color information
#57BBFF (or 0x57BBFF) is known color: Maya Blue. HEX triplet: 57, BB and FF. RGB value is (87,187,255). Sum of RGB (Red+Green+Blue) = 87+187+255=529 (70% of max value = 765). Red value is 87 (34.38% from 255 or 16.45% from 529); Green value is 187 (73.44% from 255 or 35.35% from 529); Blue value is 255 (100% from 255 or 48.20% from 529); Max value from RGB is 255 - color contains mainly: blue. Hex color #57BBFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #57BBFF is #A84400. Grayscale: #A4A4A4. Windows color (decimal): -11027457 or 16759639. OLE color: 16759639.
HSL color Cylindrical-coordinate representation of color #57BBFF: hue angle of 204.29º 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 #57BBFF is Cyan = 0.66, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 87 | 187 | 255 | - |
| CMYK | 0.66 | 0.27 | 0 | 0 |
| HSL | 204.29º | 1% | 0.67% | - |
| HSV(B) | 204.29º | 0.66% | 1% | - |
| XYZ | 39.75 | 44.79 | 101.16 | - |
| YUV | 164.85 | 178.87 | 72.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 187 | 255 | 0.66 | 0.27 | 0 | 0 | 204.29 | 1 | 0.67 |
| Hex | 57 | BB | FF | 42 | 1B | 0 | 0 | CC | 64 | 43 |
| Octal | 127 | 273 | 377 | 102 | 33 | 0 | 0 | 314 | 144 | 103 |
| Binary | 1010111 | 10111011 | 11111111 | 1000010 | 11011 | 0 | 0 | 11001100 | 1100100 | 1000011 |
Color Harmonies of #57BBFF
Complementary color
Monochromatic Colors of #57BBFF
Black with #57BBFF
Text Example
Text Example
White with #57BBFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57BBFF; }
p { color: rgb(87,187,255); }
H1.HeaderClassName
{
color: #57BBFF;
}
.AnyTagClassName
{
color: #57BBFF;
}
</style>
background-color css
<style>
a { background-color: #57BBFF; }
a { background-color: rgb(87,187,255); }
div.DivClassName
{
background-color: #57BBFF;
}
.BgClassName
{
background-color: #57BBFF;
}
</style>
border-color css
<style>
span { border-color: #57BBFF; }
span { border-color: rgb(87,187,255); }
td.TdClassName
{
border-color: #57BBFF;
}
.TagClassName
{
border-color: #57BBFF;
}
</style>