Shades of Maya Blue #51C8FF
Tints of Maya Blue #51C8FF
RGB
CMYK
RGB Variations
Color information
#51C8FF (or 0x51C8FF) is known color: Maya Blue. HEX triplet: 51, C8 and FF. RGB value is (81,200,255). Sum of RGB (Red+Green+Blue) = 81+200+255=536 (70% of max value = 765). Red value is 81 (32.03% from 255 or 15.11% from 536); Green value is 200 (78.52% from 255 or 37.31% from 536); Blue value is 255 (100% from 255 or 47.57% from 536); Max value from RGB is 255 - color contains mainly: blue. Hex color #51C8FF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #51C8FF is #AE3700. Grayscale: #AAAAAA. Windows color (decimal): -11417345 or 16762961. OLE color: 16762961.
HSL color Cylindrical-coordinate representation of color #51C8FF: hue angle of 198.97º 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 #51C8FF is Cyan = 0.68, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 81 | 200 | 255 | - |
| CMYK | 0.68 | 0.22 | 0 | 0 |
| HSL | 198.97º | 1% | 0.66% | - |
| HSV(B) | 198.97º | 0.68% | 1% | - |
| XYZ | 42.1 | 50.28 | 102.09 | - |
| YUV | 170.69 | 175.58 | 64.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 200 | 255 | 0.68 | 0.22 | 0 | 0 | 198.97 | 1 | 0.66 |
| Hex | 51 | C8 | FF | 44 | 16 | 0 | 0 | C7 | 64 | 42 |
| Octal | 121 | 310 | 377 | 104 | 26 | 0 | 0 | 307 | 144 | 102 |
| Binary | 1010001 | 11001000 | 11111111 | 1000100 | 10110 | 0 | 0 | 11000111 | 1100100 | 1000010 |
Color Harmonies of #51C8FF
Complementary color
Monochromatic Colors of #51C8FF
Black with #51C8FF
Text Example
Text Example
White with #51C8FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51C8FF; }
p { color: rgb(81,200,255); }
H1.HeaderClassName
{
color: #51C8FF;
}
.AnyTagClassName
{
color: #51C8FF;
}
</style>
background-color css
<style>
a { background-color: #51C8FF; }
a { background-color: rgb(81,200,255); }
div.DivClassName
{
background-color: #51C8FF;
}
.BgClassName
{
background-color: #51C8FF;
}
</style>
border-color css
<style>
span { border-color: #51C8FF; }
span { border-color: rgb(81,200,255); }
td.TdClassName
{
border-color: #51C8FF;
}
.TagClassName
{
border-color: #51C8FF;
}
</style>