Shades of Maya Blue #57C2FA
Tints of Maya Blue #57C2FA
RGB
CMYK
RGB Variations
Color information
#57C2FA (or 0x57C2FA) is known color: Maya Blue. HEX triplet: 57, C2 and FA. RGB value is (87,194,250). Sum of RGB (Red+Green+Blue) = 87+194+250=531 (70% of max value = 765). Red value is 87 (34.38% from 255 or 16.38% from 531); Green value is 194 (76.17% from 255 or 36.53% from 531); Blue value is 250 (98.05% from 255 or 47.08% from 531); Max value from RGB is 250 - color contains mainly: blue. Hex color #57C2FA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #57C2FA is #A83D05. Grayscale: #A8A8A8. Windows color (decimal): -11025670 or 16433751. OLE color: 16433751.
HSL color Cylindrical-coordinate representation of color #57C2FA: hue angle of 200.61º 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 #57C2FA is Cyan = 0.65, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 87 | 194 | 250 | - |
| CMYK | 0.65 | 0.22 | 0 | 0.02 |
| HSL | 200.61º | 0.94% | 0.66% | - |
| HSV(B) | 200.61º | 0.65% | 0.98% | - |
| XYZ | 40.48 | 47.51 | 97.48 | - |
| YUV | 168.39 | 174.05 | 69.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 194 | 250 | 0.65 | 0.22 | 0 | 0.02 | 200.61 | 0.94 | 0.66 |
| Hex | 57 | C2 | FA | 41 | 16 | 0 | 2 | C9 | 5E | 42 |
| Octal | 127 | 302 | 372 | 101 | 26 | 0 | 2 | 311 | 136 | 102 |
| Binary | 1010111 | 11000010 | 11111010 | 1000001 | 10110 | 0 | 10 | 11001001 | 1011110 | 1000010 |
Color Harmonies of #57C2FA
Complementary color
Monochromatic Colors of #57C2FA
Black with #57C2FA
Text Example
Text Example
White with #57C2FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57C2FA; }
p { color: rgb(87,194,250); }
H1.HeaderClassName
{
color: #57C2FA;
}
.AnyTagClassName
{
color: #57C2FA;
}
</style>
background-color css
<style>
a { background-color: #57C2FA; }
a { background-color: rgb(87,194,250); }
div.DivClassName
{
background-color: #57C2FA;
}
.BgClassName
{
background-color: #57C2FA;
}
</style>
border-color css
<style>
span { border-color: #57C2FA; }
span { border-color: rgb(87,194,250); }
td.TdClassName
{
border-color: #57C2FA;
}
.TagClassName
{
border-color: #57C2FA;
}
</style>