Shades of Maya Blue #57D0FF
Tints of Maya Blue #57D0FF
RGB
CMYK
RGB Variations
Color information
#57D0FF (or 0x57D0FF) is known color: Maya Blue. HEX triplet: 57, D0 and FF. RGB value is (87,208,255). Sum of RGB (Red+Green+Blue) = 87+208+255=550 (72% of max value = 765). Red value is 87 (34.38% from 255 or 15.82% from 550); Green value is 208 (81.64% from 255 or 37.82% from 550); Blue value is 255 (100% from 255 or 46.36% from 550); Max value from RGB is 255 - color contains mainly: blue. Hex color #57D0FF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #57D0FF is #A82F00. Grayscale: #B0B0B0. Windows color (decimal): -11022081 or 16765015. OLE color: 16765015.
HSL color Cylindrical-coordinate representation of color #57D0FF: hue angle of 196.79º 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 #57D0FF is Cyan = 0.66, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 87 | 208 | 255 | - |
| CMYK | 0.66 | 0.18 | 0 | 0 |
| HSL | 196.79º | 1% | 0.67% | - |
| HSV(B) | 196.79º | 0.66% | 1% | - |
| XYZ | 44.54 | 54.36 | 102.75 | - |
| YUV | 177.18 | 171.91 | 63.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 208 | 255 | 0.66 | 0.18 | 0 | 0 | 196.79 | 1 | 0.67 |
| Hex | 57 | D0 | FF | 42 | 12 | 0 | 0 | C5 | 64 | 43 |
| Octal | 127 | 320 | 377 | 102 | 22 | 0 | 0 | 305 | 144 | 103 |
| Binary | 1010111 | 11010000 | 11111111 | 1000010 | 10010 | 0 | 0 | 11000101 | 1100100 | 1000011 |
Color Harmonies of #57D0FF
Complementary color
Monochromatic Colors of #57D0FF
Black with #57D0FF
Text Example
Text Example
White with #57D0FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57D0FF; }
p { color: rgb(87,208,255); }
H1.HeaderClassName
{
color: #57D0FF;
}
.AnyTagClassName
{
color: #57D0FF;
}
</style>
background-color css
<style>
a { background-color: #57D0FF; }
a { background-color: rgb(87,208,255); }
div.DivClassName
{
background-color: #57D0FF;
}
.BgClassName
{
background-color: #57D0FF;
}
</style>
border-color css
<style>
span { border-color: #57D0FF; }
span { border-color: rgb(87,208,255); }
td.TdClassName
{
border-color: #57D0FF;
}
.TagClassName
{
border-color: #57D0FF;
}
</style>