Shades of Maya Blue #51BEFF
Tints of Maya Blue #51BEFF
RGB
CMYK
RGB Variations
Color information
#51BEFF (or 0x51BEFF) is known color: Maya Blue. HEX triplet: 51, BE and FF. RGB value is (81,190,255). Sum of RGB (Red+Green+Blue) = 81+190+255=526 (69% of max value = 765). Red value is 81 (32.03% from 255 or 15.40% from 526); Green value is 190 (74.61% from 255 or 36.12% from 526); Blue value is 255 (100% from 255 or 48.48% from 526); Max value from RGB is 255 - color contains mainly: blue. Hex color #51BEFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #51BEFF is #AE4100. Grayscale: #A4A4A4. Windows color (decimal): -11419905 or 16760401. OLE color: 16760401.
HSL color Cylindrical-coordinate representation of color #51BEFF: hue angle of 202.41º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #51BEFF is Cyan = 0.68, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 81 | 190 | 255 | - |
| CMYK | 0.68 | 0.25 | 0 | 0 |
| HSL | 202.41º | 1% | 0.66% | - |
| HSV(B) | 202.41º | 0.68% | 1% | - |
| XYZ | 39.86 | 45.8 | 101.35 | - |
| YUV | 164.82 | 178.89 | 68.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 190 | 255 | 0.68 | 0.25 | 0 | 0 | 202.41 | 1 | 0.66 |
| Hex | 51 | BE | FF | 44 | 19 | 0 | 0 | CA | 64 | 42 |
| Octal | 121 | 276 | 377 | 104 | 31 | 0 | 0 | 312 | 144 | 102 |
| Binary | 1010001 | 10111110 | 11111111 | 1000100 | 11001 | 0 | 0 | 11001010 | 1100100 | 1000010 |
Color Harmonies of #51BEFF
Complementary color
Monochromatic Colors of #51BEFF
Black with #51BEFF
Text Example
Text Example
White with #51BEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51BEFF; }
p { color: rgb(81,190,255); }
H1.HeaderClassName
{
color: #51BEFF;
}
.AnyTagClassName
{
color: #51BEFF;
}
</style>
background-color css
<style>
a { background-color: #51BEFF; }
a { background-color: rgb(81,190,255); }
div.DivClassName
{
background-color: #51BEFF;
}
.BgClassName
{
background-color: #51BEFF;
}
</style>
border-color css
<style>
span { border-color: #51BEFF; }
span { border-color: rgb(81,190,255); }
td.TdClassName
{
border-color: #51BEFF;
}
.TagClassName
{
border-color: #51BEFF;
}
</style>