Shades of Maya Blue #57BCFD
Tints of Maya Blue #57BCFD
RGB
CMYK
RGB Variations
Color information
#57BCFD (or 0x57BCFD) is known color: Maya Blue. HEX triplet: 57, BC and FD. RGB value is (87,188,253). Sum of RGB (Red+Green+Blue) = 87+188+253=528 (69% of max value = 765). Red value is 87 (34.38% from 255 or 16.48% from 528); Green value is 188 (73.83% from 255 or 35.61% from 528); Blue value is 253 (99.22% from 255 or 47.92% from 528); Max value from RGB is 253 - color contains mainly: blue. Hex color #57BCFD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #57BCFD is #A84302. Grayscale: #A4A4A4. Windows color (decimal): -11027203 or 16628823. OLE color: 16628823.
HSL color Cylindrical-coordinate representation of color #57BCFD: hue angle of 203.49º 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 #57BCFD is Cyan = 0.66, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 87 | 188 | 253 | - |
| CMYK | 0.66 | 0.26 | 0 | 0.01 |
| HSL | 203.49º | 0.98% | 0.67% | - |
| HSV(B) | 203.49º | 0.66% | 0.99% | - |
| XYZ | 39.64 | 45.08 | 99.54 | - |
| YUV | 165.21 | 177.54 | 72.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 188 | 253 | 0.66 | 0.26 | 0 | 0.01 | 203.49 | 0.98 | 0.67 |
| Hex | 57 | BC | FD | 42 | 1A | 0 | 1 | CB | 62 | 43 |
| Octal | 127 | 274 | 375 | 102 | 32 | 0 | 1 | 313 | 142 | 103 |
| Binary | 1010111 | 10111100 | 11111101 | 1000010 | 11010 | 0 | 1 | 11001011 | 1100010 | 1000011 |
Color Harmonies of #57BCFD
Complementary color
Monochromatic Colors of #57BCFD
Black with #57BCFD
Text Example
Text Example
White with #57BCFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57BCFD; }
p { color: rgb(87,188,253); }
H1.HeaderClassName
{
color: #57BCFD;
}
.AnyTagClassName
{
color: #57BCFD;
}
</style>
background-color css
<style>
a { background-color: #57BCFD; }
a { background-color: rgb(87,188,253); }
div.DivClassName
{
background-color: #57BCFD;
}
.BgClassName
{
background-color: #57BCFD;
}
</style>
border-color css
<style>
span { border-color: #57BCFD; }
span { border-color: rgb(87,188,253); }
td.TdClassName
{
border-color: #57BCFD;
}
.TagClassName
{
border-color: #57BCFD;
}
</style>