Shades of Maya Blue #51C2FC
Tints of Maya Blue #51C2FC
RGB
CMYK
RGB Variations
Color information
#51C2FC (or 0x51C2FC) is known color: Maya Blue. HEX triplet: 51, C2 and FC. RGB value is (81,194,252). Sum of RGB (Red+Green+Blue) = 81+194+252=527 (69% of max value = 765). Red value is 81 (32.03% from 255 or 15.37% from 527); Green value is 194 (76.17% from 255 or 36.81% from 527); Blue value is 252 (98.83% from 255 or 47.82% from 527); Max value from RGB is 252 - color contains mainly: blue. Hex color #51C2FC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #51C2FC is #AE3D03. Grayscale: #A6A6A6. Windows color (decimal): -11418884 or 16564817. OLE color: 16564817.
HSL color Cylindrical-coordinate representation of color #51C2FC: hue angle of 200.35º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #51C2FC is Cyan = 0.68, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 81 | 194 | 252 | - |
| CMYK | 0.68 | 0.23 | 0 | 0.01 |
| HSL | 200.35º | 0.97% | 0.65% | - |
| HSV(B) | 200.35º | 0.68% | 0.99% | - |
| XYZ | 40.26 | 47.36 | 99.12 | - |
| YUV | 166.83 | 176.06 | 66.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 194 | 252 | 0.68 | 0.23 | 0 | 0.01 | 200.35 | 0.97 | 0.65 |
| Hex | 51 | C2 | FC | 44 | 17 | 0 | 1 | C8 | 61 | 41 |
| Octal | 121 | 302 | 374 | 104 | 27 | 0 | 1 | 310 | 141 | 101 |
| Binary | 1010001 | 11000010 | 11111100 | 1000100 | 10111 | 0 | 1 | 11001000 | 1100001 | 1000001 |
Color Harmonies of #51C2FC
Complementary color
Monochromatic Colors of #51C2FC
Black with #51C2FC
Text Example
Text Example
White with #51C2FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51C2FC; }
p { color: rgb(81,194,252); }
H1.HeaderClassName
{
color: #51C2FC;
}
.AnyTagClassName
{
color: #51C2FC;
}
</style>
background-color css
<style>
a { background-color: #51C2FC; }
a { background-color: rgb(81,194,252); }
div.DivClassName
{
background-color: #51C2FC;
}
.BgClassName
{
background-color: #51C2FC;
}
</style>
border-color css
<style>
span { border-color: #51C2FC; }
span { border-color: rgb(81,194,252); }
td.TdClassName
{
border-color: #51C2FC;
}
.TagClassName
{
border-color: #51C2FC;
}
</style>