Shades of Maya Blue #57C1FF
Tints of Maya Blue #57C1FF
RGB
CMYK
RGB Variations
Color information
#57C1FF (or 0x57C1FF) is known color: Maya Blue. HEX triplet: 57, C1 and FF. RGB value is (87,193,255). Sum of RGB (Red+Green+Blue) = 87+193+255=535 (70% of max value = 765). Red value is 87 (34.38% from 255 or 16.26% from 535); Green value is 193 (75.78% from 255 or 36.07% from 535); Blue value is 255 (100% from 255 or 47.66% from 535); Max value from RGB is 255 - color contains mainly: blue. Hex color #57C1FF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #57C1FF is #A83E00. Grayscale: #A8A8A8. Windows color (decimal): -11025921 or 16761175. OLE color: 16761175.
HSL color Cylindrical-coordinate representation of color #57C1FF: hue angle of 202.14º 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 #57C1FF is Cyan = 0.66, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 87 | 193 | 255 | - |
| CMYK | 0.66 | 0.24 | 0 | 0 |
| HSL | 202.14º | 1% | 0.67% | - |
| HSV(B) | 202.14º | 0.66% | 1% | - |
| XYZ | 41.05 | 47.39 | 101.59 | - |
| YUV | 168.37 | 176.88 | 69.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 193 | 255 | 0.66 | 0.24 | 0 | 0 | 202.14 | 1 | 0.67 |
| Hex | 57 | C1 | FF | 42 | 18 | 0 | 0 | CA | 64 | 43 |
| Octal | 127 | 301 | 377 | 102 | 30 | 0 | 0 | 312 | 144 | 103 |
| Binary | 1010111 | 11000001 | 11111111 | 1000010 | 11000 | 0 | 0 | 11001010 | 1100100 | 1000011 |
Color Harmonies of #57C1FF
Complementary color
Monochromatic Colors of #57C1FF
Black with #57C1FF
Text Example
Text Example
White with #57C1FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57C1FF; }
p { color: rgb(87,193,255); }
H1.HeaderClassName
{
color: #57C1FF;
}
.AnyTagClassName
{
color: #57C1FF;
}
</style>
background-color css
<style>
a { background-color: #57C1FF; }
a { background-color: rgb(87,193,255); }
div.DivClassName
{
background-color: #57C1FF;
}
.BgClassName
{
background-color: #57C1FF;
}
</style>
border-color css
<style>
span { border-color: #57C1FF; }
span { border-color: rgb(87,193,255); }
td.TdClassName
{
border-color: #57C1FF;
}
.TagClassName
{
border-color: #57C1FF;
}
</style>