Shades of Maya Blue #57BEFF
Tints of Maya Blue #57BEFF
RGB
CMYK
RGB Variations
Color information
#57BEFF (or 0x57BEFF) is known color: Maya Blue. HEX triplet: 57, BE and FF. RGB value is (87,190,255). Sum of RGB (Red+Green+Blue) = 87+190+255=532 (70% of max value = 765). Red value is 87 (34.38% from 255 or 16.35% from 532); Green value is 190 (74.61% from 255 or 35.71% from 532); Blue value is 255 (100% from 255 or 47.93% from 532); Max value from RGB is 255 - color contains mainly: blue. Hex color #57BEFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #57BEFF is #A84100. Grayscale: #A6A6A6. Windows color (decimal): -11026689 or 16760407. OLE color: 16760407.
HSL color Cylindrical-coordinate representation of color #57BEFF: hue angle of 203.21º 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 #57BEFF is Cyan = 0.66, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 87 | 190 | 255 | - |
| CMYK | 0.66 | 0.25 | 0 | 0 |
| HSL | 203.21º | 1% | 0.67% | - |
| HSV(B) | 203.21º | 0.66% | 1% | - |
| XYZ | 40.39 | 46.07 | 101.37 | - |
| YUV | 166.61 | 177.88 | 71.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 190 | 255 | 0.66 | 0.25 | 0 | 0 | 203.21 | 1 | 0.67 |
| Hex | 57 | BE | FF | 42 | 19 | 0 | 0 | CB | 64 | 43 |
| Octal | 127 | 276 | 377 | 102 | 31 | 0 | 0 | 313 | 144 | 103 |
| Binary | 1010111 | 10111110 | 11111111 | 1000010 | 11001 | 0 | 0 | 11001011 | 1100100 | 1000011 |
Color Harmonies of #57BEFF
Complementary color
Monochromatic Colors of #57BEFF
Black with #57BEFF
Text Example
Text Example
White with #57BEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57BEFF; }
p { color: rgb(87,190,255); }
H1.HeaderClassName
{
color: #57BEFF;
}
.AnyTagClassName
{
color: #57BEFF;
}
</style>
background-color css
<style>
a { background-color: #57BEFF; }
a { background-color: rgb(87,190,255); }
div.DivClassName
{
background-color: #57BEFF;
}
.BgClassName
{
background-color: #57BEFF;
}
</style>
border-color css
<style>
span { border-color: #57BEFF; }
span { border-color: rgb(87,190,255); }
td.TdClassName
{
border-color: #57BEFF;
}
.TagClassName
{
border-color: #57BEFF;
}
</style>