Shades of Maya Blue #57C2FB
Tints of Maya Blue #57C2FB
RGB
CMYK
RGB Variations
Color information
#57C2FB (or 0x57C2FB) is known color: Maya Blue. HEX triplet: 57, C2 and FB. RGB value is (87,194,251). Sum of RGB (Red+Green+Blue) = 87+194+251=532 (70% of max value = 765). Red value is 87 (34.38% from 255 or 16.35% from 532); Green value is 194 (76.17% from 255 or 36.47% from 532); Blue value is 251 (98.44% from 255 or 47.18% from 532); Max value from RGB is 251 - color contains mainly: blue. Hex color #57C2FB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #57C2FB is #A83D04. Grayscale: #A8A8A8. Windows color (decimal): -11025669 or 16499287. OLE color: 16499287.
HSL color Cylindrical-coordinate representation of color #57C2FB: hue angle of 200.85º degrees, saturation: 0.95, 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 #57C2FB is Cyan = 0.65, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 87 | 194 | 251 | - |
| CMYK | 0.65 | 0.23 | 0 | 0.02 |
| HSL | 200.85º | 0.95% | 0.66% | - |
| HSV(B) | 200.85º | 0.65% | 0.98% | - |
| XYZ | 40.63 | 47.57 | 98.31 | - |
| YUV | 168.51 | 174.55 | 69.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 194 | 251 | 0.65 | 0.23 | 0 | 0.02 | 200.85 | 0.95 | 0.66 |
| Hex | 57 | C2 | FB | 41 | 17 | 0 | 2 | C9 | 5F | 42 |
| Octal | 127 | 302 | 373 | 101 | 27 | 0 | 2 | 311 | 137 | 102 |
| Binary | 1010111 | 11000010 | 11111011 | 1000001 | 10111 | 0 | 10 | 11001001 | 1011111 | 1000010 |
Color Harmonies of #57C2FB
Complementary color
Monochromatic Colors of #57C2FB
Black with #57C2FB
Text Example
Text Example
White with #57C2FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57C2FB; }
p { color: rgb(87,194,251); }
H1.HeaderClassName
{
color: #57C2FB;
}
.AnyTagClassName
{
color: #57C2FB;
}
</style>
background-color css
<style>
a { background-color: #57C2FB; }
a { background-color: rgb(87,194,251); }
div.DivClassName
{
background-color: #57C2FB;
}
.BgClassName
{
background-color: #57C2FB;
}
</style>
border-color css
<style>
span { border-color: #57C2FB; }
span { border-color: rgb(87,194,251); }
td.TdClassName
{
border-color: #57C2FB;
}
.TagClassName
{
border-color: #57C2FB;
}
</style>