Shades of Maya Blue #51C5FD
Tints of Maya Blue #51C5FD
RGB
CMYK
RGB Variations
Color information
#51C5FD (or 0x51C5FD) is known color: Maya Blue. HEX triplet: 51, C5 and FD. RGB value is (81,197,253). Sum of RGB (Red+Green+Blue) = 81+197+253=531 (70% of max value = 765). Red value is 81 (32.03% from 255 or 15.25% from 531); Green value is 197 (77.34% from 255 or 37.10% from 531); Blue value is 253 (99.22% from 255 or 47.65% from 531); Max value from RGB is 253 - color contains mainly: blue. Hex color #51C5FD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #51C5FD is #AE3A02. Grayscale: #A8A8A8. Windows color (decimal): -11418115 or 16631121. OLE color: 16631121.
HSL color Cylindrical-coordinate representation of color #51C5FD: hue angle of 199.53º degrees, saturation: 0.98, 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 #51C5FD is Cyan = 0.68, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 81 | 197 | 253 | - |
| CMYK | 0.68 | 0.22 | 0 | 0.01 |
| HSL | 199.53º | 0.98% | 0.65% | - |
| HSV(B) | 199.53º | 0.68% | 0.99% | - |
| XYZ | 41.09 | 48.77 | 100.18 | - |
| YUV | 168.7 | 175.57 | 65.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 197 | 253 | 0.68 | 0.22 | 0 | 0.01 | 199.53 | 0.98 | 0.65 |
| Hex | 51 | C5 | FD | 44 | 16 | 0 | 1 | C8 | 62 | 41 |
| Octal | 121 | 305 | 375 | 104 | 26 | 0 | 1 | 310 | 142 | 101 |
| Binary | 1010001 | 11000101 | 11111101 | 1000100 | 10110 | 0 | 1 | 11001000 | 1100010 | 1000001 |
Color Harmonies of #51C5FD
Complementary color
Monochromatic Colors of #51C5FD
Black with #51C5FD
Text Example
Text Example
White with #51C5FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51C5FD; }
p { color: rgb(81,197,253); }
H1.HeaderClassName
{
color: #51C5FD;
}
.AnyTagClassName
{
color: #51C5FD;
}
</style>
background-color css
<style>
a { background-color: #51C5FD; }
a { background-color: rgb(81,197,253); }
div.DivClassName
{
background-color: #51C5FD;
}
.BgClassName
{
background-color: #51C5FD;
}
</style>
border-color css
<style>
span { border-color: #51C5FD; }
span { border-color: rgb(81,197,253); }
td.TdClassName
{
border-color: #51C5FD;
}
.TagClassName
{
border-color: #51C5FD;
}
</style>