Shades of Maya Blue #51C7FF
Tints of Maya Blue #51C7FF
RGB
CMYK
RGB Variations
Color information
#51C7FF (or 0x51C7FF) is known color: Maya Blue. HEX triplet: 51, C7 and FF. RGB value is (81,199,255). Sum of RGB (Red+Green+Blue) = 81+199+255=535 (70% of max value = 765). Red value is 81 (32.03% from 255 or 15.14% from 535); Green value is 199 (78.12% from 255 or 37.20% from 535); Blue value is 255 (100% from 255 or 47.66% from 535); Max value from RGB is 255 - color contains mainly: blue. Hex color #51C7FF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #51C7FF is #AE3800. Grayscale: #A9A9A9. Windows color (decimal): -11417601 or 16762705. OLE color: 16762705.
HSL color Cylindrical-coordinate representation of color #51C7FF: hue angle of 199.31º 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 #51C7FF is Cyan = 0.68, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 81 | 199 | 255 | - |
| CMYK | 0.68 | 0.22 | 0 | 0 |
| HSL | 199.31º | 1% | 0.66% | - |
| HSV(B) | 199.31º | 0.68% | 1% | - |
| XYZ | 41.87 | 49.82 | 102.02 | - |
| YUV | 170.1 | 175.91 | 64.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 199 | 255 | 0.68 | 0.22 | 0 | 0 | 199.31 | 1 | 0.66 |
| Hex | 51 | C7 | FF | 44 | 16 | 0 | 0 | C7 | 64 | 42 |
| Octal | 121 | 307 | 377 | 104 | 26 | 0 | 0 | 307 | 144 | 102 |
| Binary | 1010001 | 11000111 | 11111111 | 1000100 | 10110 | 0 | 0 | 11000111 | 1100100 | 1000010 |
Color Harmonies of #51C7FF
Complementary color
Monochromatic Colors of #51C7FF
Black with #51C7FF
Text Example
Text Example
White with #51C7FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51C7FF; }
p { color: rgb(81,199,255); }
H1.HeaderClassName
{
color: #51C7FF;
}
.AnyTagClassName
{
color: #51C7FF;
}
</style>
background-color css
<style>
a { background-color: #51C7FF; }
a { background-color: rgb(81,199,255); }
div.DivClassName
{
background-color: #51C7FF;
}
.BgClassName
{
background-color: #51C7FF;
}
</style>
border-color css
<style>
span { border-color: #51C7FF; }
span { border-color: rgb(81,199,255); }
td.TdClassName
{
border-color: #51C7FF;
}
.TagClassName
{
border-color: #51C7FF;
}
</style>