Shades of Maya Blue #57BFFA
Tints of Maya Blue #57BFFA
RGB
CMYK
RGB Variations
Color information
#57BFFA (or 0x57BFFA) is known color: Maya Blue. HEX triplet: 57, BF and FA. RGB value is (87,191,250). Sum of RGB (Red+Green+Blue) = 87+191+250=528 (69% of max value = 765). Red value is 87 (34.38% from 255 or 16.48% from 528); Green value is 191 (75% from 255 or 36.17% from 528); Blue value is 250 (98.05% from 255 or 47.35% from 528); Max value from RGB is 250 - color contains mainly: blue. Hex color #57BFFA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #57BFFA is #A84005. Grayscale: #A6A6A6. Windows color (decimal): -11026438 or 16432983. OLE color: 16432983.
HSL color Cylindrical-coordinate representation of color #57BFFA: hue angle of 201.72º 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 #57BFFA is Cyan = 0.65, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 87 | 191 | 250 | - |
| CMYK | 0.65 | 0.24 | 0 | 0.02 |
| HSL | 201.72º | 0.94% | 0.66% | - |
| HSV(B) | 201.72º | 0.65% | 0.98% | - |
| XYZ | 39.82 | 46.19 | 97.26 | - |
| YUV | 166.63 | 175.04 | 71.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 191 | 250 | 0.65 | 0.24 | 0 | 0.02 | 201.72 | 0.94 | 0.66 |
| Hex | 57 | BF | FA | 41 | 18 | 0 | 2 | CA | 5E | 42 |
| Octal | 127 | 277 | 372 | 101 | 30 | 0 | 2 | 312 | 136 | 102 |
| Binary | 1010111 | 10111111 | 11111010 | 1000001 | 11000 | 0 | 10 | 11001010 | 1011110 | 1000010 |
Color Harmonies of #57BFFA
Complementary color
Monochromatic Colors of #57BFFA
Black with #57BFFA
Text Example
Text Example
White with #57BFFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57BFFA; }
p { color: rgb(87,191,250); }
H1.HeaderClassName
{
color: #57BFFA;
}
.AnyTagClassName
{
color: #57BFFA;
}
</style>
background-color css
<style>
a { background-color: #57BFFA; }
a { background-color: rgb(87,191,250); }
div.DivClassName
{
background-color: #57BFFA;
}
.BgClassName
{
background-color: #57BFFA;
}
</style>
border-color css
<style>
span { border-color: #57BFFA; }
span { border-color: rgb(87,191,250); }
td.TdClassName
{
border-color: #57BFFA;
}
.TagClassName
{
border-color: #57BFFA;
}
</style>