Shades of Maya Blue #57BAFE
Tints of Maya Blue #57BAFE
RGB
CMYK
RGB Variations
Color information
#57BAFE (or 0x57BAFE) is known color: Maya Blue. HEX triplet: 57, BA and FE. RGB value is (87,186,254). Sum of RGB (Red+Green+Blue) = 87+186+254=527 (69% of max value = 765). Red value is 87 (34.38% from 255 or 16.51% from 527); Green value is 186 (73.05% from 255 or 35.29% from 527); Blue value is 254 (99.61% from 255 or 48.20% from 527); Max value from RGB is 254 - color contains mainly: blue. Hex color #57BAFE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #57BAFE is #A84501. Grayscale: #A3A3A3. Windows color (decimal): -11027714 or 16693847. OLE color: 16693847.
HSL color Cylindrical-coordinate representation of color #57BAFE: hue angle of 204.43º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #57BAFE is Cyan = 0.66, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 87 | 186 | 254 | - |
| CMYK | 0.66 | 0.27 | 0 | 0.00 |
| HSL | 204.43º | 0.99% | 0.67% | - |
| HSV(B) | 204.43º | 0.66% | 1% | - |
| XYZ | 39.38 | 44.3 | 100.24 | - |
| YUV | 164.15 | 178.7 | 72.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 186 | 254 | 0.66 | 0.27 | 0 | 0.00 | 204.43 | 0.99 | 0.67 |
| Hex | 57 | BA | FE | 42 | 1B | 0 | 0 | CC | 63 | 43 |
| Octal | 127 | 272 | 376 | 102 | 33 | 0 | 0 | 314 | 143 | 103 |
| Binary | 1010111 | 10111010 | 11111110 | 1000010 | 11011 | 0 | 0 | 11001100 | 1100011 | 1000011 |
Color Harmonies of #57BAFE
Complementary color
Monochromatic Colors of #57BAFE
Black with #57BAFE
Text Example
Text Example
White with #57BAFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57BAFE; }
p { color: rgb(87,186,254); }
H1.HeaderClassName
{
color: #57BAFE;
}
.AnyTagClassName
{
color: #57BAFE;
}
</style>
background-color css
<style>
a { background-color: #57BAFE; }
a { background-color: rgb(87,186,254); }
div.DivClassName
{
background-color: #57BAFE;
}
.BgClassName
{
background-color: #57BAFE;
}
</style>
border-color css
<style>
span { border-color: #57BAFE; }
span { border-color: rgb(87,186,254); }
td.TdClassName
{
border-color: #57BAFE;
}
.TagClassName
{
border-color: #57BAFE;
}
</style>