Shades of Maya Blue #51BBFE
Tints of Maya Blue #51BBFE
RGB
CMYK
RGB Variations
Color information
#51BBFE (or 0x51BBFE) is known color: Maya Blue. HEX triplet: 51, BB and FE. RGB value is (81,187,254). Sum of RGB (Red+Green+Blue) = 81+187+254=522 (69% of max value = 765). Red value is 81 (32.03% from 255 or 15.52% from 522); Green value is 187 (73.44% from 255 or 35.82% from 522); Blue value is 254 (99.61% from 255 or 48.66% from 522); Max value from RGB is 254 - color contains mainly: blue. Hex color #51BBFE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #51BBFE is #AE4401. Grayscale: #A2A2A2. Windows color (decimal): -11420674 or 16694097. OLE color: 16694097.
HSL color Cylindrical-coordinate representation of color #51BBFE: hue angle of 203.24º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #51BBFE is Cyan = 0.68, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 81 | 187 | 254 | - |
| CMYK | 0.68 | 0.26 | 0 | 0.00 |
| HSL | 203.24º | 0.99% | 0.66% | - |
| HSV(B) | 203.24º | 0.68% | 1% | - |
| XYZ | 39.05 | 44.45 | 100.29 | - |
| YUV | 162.94 | 179.38 | 69.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 187 | 254 | 0.68 | 0.26 | 0 | 0.00 | 203.24 | 0.99 | 0.66 |
| Hex | 51 | BB | FE | 44 | 1A | 0 | 0 | CB | 63 | 42 |
| Octal | 121 | 273 | 376 | 104 | 32 | 0 | 0 | 313 | 143 | 102 |
| Binary | 1010001 | 10111011 | 11111110 | 1000100 | 11010 | 0 | 0 | 11001011 | 1100011 | 1000010 |
Color Harmonies of #51BBFE
Complementary color
Monochromatic Colors of #51BBFE
Black with #51BBFE
Text Example
Text Example
White with #51BBFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51BBFE; }
p { color: rgb(81,187,254); }
H1.HeaderClassName
{
color: #51BBFE;
}
.AnyTagClassName
{
color: #51BBFE;
}
</style>
background-color css
<style>
a { background-color: #51BBFE; }
a { background-color: rgb(81,187,254); }
div.DivClassName
{
background-color: #51BBFE;
}
.BgClassName
{
background-color: #51BBFE;
}
</style>
border-color css
<style>
span { border-color: #51BBFE; }
span { border-color: rgb(81,187,254); }
td.TdClassName
{
border-color: #51BBFE;
}
.TagClassName
{
border-color: #51BBFE;
}
</style>