Shades of Maya Blue #51CEFF
Tints of Maya Blue #51CEFF
RGB
CMYK
RGB Variations
Color information
#51CEFF (or 0x51CEFF) is known color: Maya Blue. HEX triplet: 51, CE and FF. RGB value is (81,206,255). Sum of RGB (Red+Green+Blue) = 81+206+255=542 (71% of max value = 765). Red value is 81 (32.03% from 255 or 14.94% from 542); Green value is 206 (80.86% from 255 or 38.01% from 542); Blue value is 255 (100% from 255 or 47.05% from 542); Max value from RGB is 255 - color contains mainly: blue. Hex color #51CEFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #51CEFF is #AE3100. Grayscale: #ADADAD. Windows color (decimal): -11415809 or 16764497. OLE color: 16764497.
HSL color Cylindrical-coordinate representation of color #51CEFF: hue angle of 196.9º 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 #51CEFF is Cyan = 0.68, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 81 | 206 | 255 | - |
| CMYK | 0.68 | 0.19 | 0 | 0 |
| HSL | 196.9º | 1% | 0.66% | - |
| HSV(B) | 196.9º | 0.68% | 1% | - |
| XYZ | 43.51 | 53.11 | 102.57 | - |
| YUV | 174.21 | 173.59 | 61.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 206 | 255 | 0.68 | 0.19 | 0 | 0 | 196.9 | 1 | 0.66 |
| Hex | 51 | CE | FF | 44 | 13 | 0 | 0 | C5 | 64 | 42 |
| Octal | 121 | 316 | 377 | 104 | 23 | 0 | 0 | 305 | 144 | 102 |
| Binary | 1010001 | 11001110 | 11111111 | 1000100 | 10011 | 0 | 0 | 11000101 | 1100100 | 1000010 |
Color Harmonies of #51CEFF
Complementary color
Monochromatic Colors of #51CEFF
Black with #51CEFF
Text Example
Text Example
White with #51CEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51CEFF; }
p { color: rgb(81,206,255); }
H1.HeaderClassName
{
color: #51CEFF;
}
.AnyTagClassName
{
color: #51CEFF;
}
</style>
background-color css
<style>
a { background-color: #51CEFF; }
a { background-color: rgb(81,206,255); }
div.DivClassName
{
background-color: #51CEFF;
}
.BgClassName
{
background-color: #51CEFF;
}
</style>
border-color css
<style>
span { border-color: #51CEFF; }
span { border-color: rgb(81,206,255); }
td.TdClassName
{
border-color: #51CEFF;
}
.TagClassName
{
border-color: #51CEFF;
}
</style>