Shades of Maya Blue #57D1FD
Tints of Maya Blue #57D1FD
RGB
CMYK
RGB Variations
Color information
#57D1FD (or 0x57D1FD) is known color: Maya Blue. HEX triplet: 57, D1 and FD. RGB value is (87,209,253). Sum of RGB (Red+Green+Blue) = 87+209+253=549 (72% of max value = 765). Red value is 87 (34.38% from 255 or 15.85% from 549); Green value is 209 (82.03% from 255 or 38.07% from 549); Blue value is 253 (99.22% from 255 or 46.08% from 549); Max value from RGB is 253 - color contains mainly: blue. Hex color #57D1FD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #57D1FD is #A82E02. Grayscale: #B1B1B1. Windows color (decimal): -11021827 or 16634199. OLE color: 16634199.
HSL color Cylindrical-coordinate representation of color #57D1FD: hue angle of 195.9º degrees, saturation: 0.98, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #57D1FD is Cyan = 0.66, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 87 | 209 | 253 | - |
| CMYK | 0.66 | 0.17 | 0 | 0.01 |
| HSL | 195.9º | 0.98% | 0.67% | - |
| HSV(B) | 195.9º | 0.66% | 0.99% | - |
| XYZ | 44.46 | 54.72 | 101.15 | - |
| YUV | 177.54 | 170.58 | 63.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 209 | 253 | 0.66 | 0.17 | 0 | 0.01 | 195.9 | 0.98 | 0.67 |
| Hex | 57 | D1 | FD | 42 | 11 | 0 | 1 | C4 | 62 | 43 |
| Octal | 127 | 321 | 375 | 102 | 21 | 0 | 1 | 304 | 142 | 103 |
| Binary | 1010111 | 11010001 | 11111101 | 1000010 | 10001 | 0 | 1 | 11000100 | 1100010 | 1000011 |
Color Harmonies of #57D1FD
Complementary color
Monochromatic Colors of #57D1FD
Black with #57D1FD
Text Example
Text Example
White with #57D1FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57D1FD; }
p { color: rgb(87,209,253); }
H1.HeaderClassName
{
color: #57D1FD;
}
.AnyTagClassName
{
color: #57D1FD;
}
</style>
background-color css
<style>
a { background-color: #57D1FD; }
a { background-color: rgb(87,209,253); }
div.DivClassName
{
background-color: #57D1FD;
}
.BgClassName
{
background-color: #57D1FD;
}
</style>
border-color css
<style>
span { border-color: #57D1FD; }
span { border-color: rgb(87,209,253); }
td.TdClassName
{
border-color: #57D1FD;
}
.TagClassName
{
border-color: #57D1FD;
}
</style>