Shades of Maya Blue #57D1FF
Tints of Maya Blue #57D1FF
RGB
CMYK
RGB Variations
Color information
#57D1FF (or 0x57D1FF) is known color: Maya Blue. HEX triplet: 57, D1 and FF. RGB value is (87,209,255). Sum of RGB (Red+Green+Blue) = 87+209+255=551 (72% of max value = 765). Red value is 87 (34.38% from 255 or 15.79% from 551); Green value is 209 (82.03% from 255 or 37.93% from 551); Blue value is 255 (100% from 255 or 46.28% from 551); Max value from RGB is 255 - color contains mainly: blue. Hex color #57D1FF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #57D1FF is #A82E00. Grayscale: #B1B1B1. Windows color (decimal): -11021825 or 16765271. OLE color: 16765271.
HSL color Cylindrical-coordinate representation of color #57D1FF: hue angle of 196.43º 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 #57D1FF is Cyan = 0.66, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 87 | 209 | 255 | - |
| CMYK | 0.66 | 0.18 | 0 | 0 |
| HSL | 196.43º | 1% | 0.67% | - |
| HSV(B) | 196.43º | 0.66% | 1% | - |
| XYZ | 44.78 | 54.85 | 102.83 | - |
| YUV | 177.77 | 171.58 | 63.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 209 | 255 | 0.66 | 0.18 | 0 | 0 | 196.43 | 1 | 0.67 |
| Hex | 57 | D1 | FF | 42 | 12 | 0 | 0 | C4 | 64 | 43 |
| Octal | 127 | 321 | 377 | 102 | 22 | 0 | 0 | 304 | 144 | 103 |
| Binary | 1010111 | 11010001 | 11111111 | 1000010 | 10010 | 0 | 0 | 11000100 | 1100100 | 1000011 |
Color Harmonies of #57D1FF
Complementary color
Monochromatic Colors of #57D1FF
Black with #57D1FF
Text Example
Text Example
White with #57D1FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57D1FF; }
p { color: rgb(87,209,255); }
H1.HeaderClassName
{
color: #57D1FF;
}
.AnyTagClassName
{
color: #57D1FF;
}
</style>
background-color css
<style>
a { background-color: #57D1FF; }
a { background-color: rgb(87,209,255); }
div.DivClassName
{
background-color: #57D1FF;
}
.BgClassName
{
background-color: #57D1FF;
}
</style>
border-color css
<style>
span { border-color: #57D1FF; }
span { border-color: rgb(87,209,255); }
td.TdClassName
{
border-color: #57D1FF;
}
.TagClassName
{
border-color: #57D1FF;
}
</style>