Shades of Maya Blue #57C2FE
Tints of Maya Blue #57C2FE
RGB
CMYK
RGB Variations
Color information
#57C2FE (or 0x57C2FE) is known color: Maya Blue. HEX triplet: 57, C2 and FE. RGB value is (87,194,254). Sum of RGB (Red+Green+Blue) = 87+194+254=535 (70% of max value = 765). Red value is 87 (34.38% from 255 or 16.26% from 535); Green value is 194 (76.17% from 255 or 36.26% from 535); Blue value is 254 (99.61% from 255 or 47.48% from 535); Max value from RGB is 254 - color contains mainly: blue. Hex color #57C2FE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #57C2FE is #A83D01. Grayscale: #A8A8A8. Windows color (decimal): -11025666 or 16695895. OLE color: 16695895.
HSL color Cylindrical-coordinate representation of color #57C2FE: hue angle of 201.56º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #57C2FE is Cyan = 0.66, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 87 | 194 | 254 | - |
| CMYK | 0.66 | 0.24 | 0 | 0.00 |
| HSL | 201.56º | 0.99% | 0.67% | - |
| HSV(B) | 201.56º | 0.66% | 1% | - |
| XYZ | 41.11 | 47.77 | 100.82 | - |
| YUV | 168.85 | 176.05 | 69.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 194 | 254 | 0.66 | 0.24 | 0 | 0.00 | 201.56 | 0.99 | 0.67 |
| Hex | 57 | C2 | FE | 42 | 18 | 0 | 0 | CA | 63 | 43 |
| Octal | 127 | 302 | 376 | 102 | 30 | 0 | 0 | 312 | 143 | 103 |
| Binary | 1010111 | 11000010 | 11111110 | 1000010 | 11000 | 0 | 0 | 11001010 | 1100011 | 1000011 |
Color Harmonies of #57C2FE
Complementary color
Monochromatic Colors of #57C2FE
Black with #57C2FE
Text Example
Text Example
White with #57C2FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57C2FE; }
p { color: rgb(87,194,254); }
H1.HeaderClassName
{
color: #57C2FE;
}
.AnyTagClassName
{
color: #57C2FE;
}
</style>
background-color css
<style>
a { background-color: #57C2FE; }
a { background-color: rgb(87,194,254); }
div.DivClassName
{
background-color: #57C2FE;
}
.BgClassName
{
background-color: #57C2FE;
}
</style>
border-color css
<style>
span { border-color: #57C2FE; }
span { border-color: rgb(87,194,254); }
td.TdClassName
{
border-color: #57C2FE;
}
.TagClassName
{
border-color: #57C2FE;
}
</style>