Shades of Maya Blue #57BFFB
Tints of Maya Blue #57BFFB
RGB
CMYK
RGB Variations
Color information
#57BFFB (or 0x57BFFB) is known color: Maya Blue. HEX triplet: 57, BF and FB. RGB value is (87,191,251). Sum of RGB (Red+Green+Blue) = 87+191+251=529 (70% of max value = 765). Red value is 87 (34.38% from 255 or 16.45% from 529); Green value is 191 (75% from 255 or 36.11% from 529); Blue value is 251 (98.44% from 255 or 47.45% from 529); Max value from RGB is 251 - color contains mainly: blue. Hex color #57BFFB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #57BFFB is #A84004. Grayscale: #A6A6A6. Windows color (decimal): -11026437 or 16498519. OLE color: 16498519.
HSL color Cylindrical-coordinate representation of color #57BFFB: hue angle of 201.95º degrees, saturation: 0.95, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #57BFFB is Cyan = 0.65, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 87 | 191 | 251 | - |
| CMYK | 0.65 | 0.24 | 0 | 0.02 |
| HSL | 201.95º | 0.95% | 0.66% | - |
| HSV(B) | 201.95º | 0.65% | 0.98% | - |
| XYZ | 39.97 | 46.25 | 98.09 | - |
| YUV | 166.74 | 175.54 | 71.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 191 | 251 | 0.65 | 0.24 | 0 | 0.02 | 201.95 | 0.95 | 0.66 |
| Hex | 57 | BF | FB | 41 | 18 | 0 | 2 | CA | 5F | 42 |
| Octal | 127 | 277 | 373 | 101 | 30 | 0 | 2 | 312 | 137 | 102 |
| Binary | 1010111 | 10111111 | 11111011 | 1000001 | 11000 | 0 | 10 | 11001010 | 1011111 | 1000010 |
Color Harmonies of #57BFFB
Complementary color
Monochromatic Colors of #57BFFB
Black with #57BFFB
Text Example
Text Example
White with #57BFFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57BFFB; }
p { color: rgb(87,191,251); }
H1.HeaderClassName
{
color: #57BFFB;
}
.AnyTagClassName
{
color: #57BFFB;
}
</style>
background-color css
<style>
a { background-color: #57BFFB; }
a { background-color: rgb(87,191,251); }
div.DivClassName
{
background-color: #57BFFB;
}
.BgClassName
{
background-color: #57BFFB;
}
</style>
border-color css
<style>
span { border-color: #57BFFB; }
span { border-color: rgb(87,191,251); }
td.TdClassName
{
border-color: #57BFFB;
}
.TagClassName
{
border-color: #57BFFB;
}
</style>