Shades of Maya Blue #51BFFD
Tints of Maya Blue #51BFFD
RGB
CMYK
RGB Variations
Color information
#51BFFD (or 0x51BFFD) is known color: Maya Blue. HEX triplet: 51, BF and FD. RGB value is (81,191,253). Sum of RGB (Red+Green+Blue) = 81+191+253=525 (69% of max value = 765). Red value is 81 (32.03% from 255 or 15.43% from 525); Green value is 191 (75% from 255 or 36.38% from 525); Blue value is 253 (99.22% from 255 or 48.19% from 525); Max value from RGB is 253 - color contains mainly: blue. Hex color #51BFFD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #51BFFD is #AE4002. Grayscale: #A4A4A4. Windows color (decimal): -11419651 or 16629585. OLE color: 16629585.
HSL color Cylindrical-coordinate representation of color #51BFFD: hue angle of 201.63º 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 #51BFFD is Cyan = 0.68, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 81 | 191 | 253 | - |
| CMYK | 0.68 | 0.25 | 0 | 0.01 |
| HSL | 201.63º | 0.98% | 0.65% | - |
| HSV(B) | 201.63º | 0.68% | 0.99% | - |
| XYZ | 39.75 | 46.1 | 99.73 | - |
| YUV | 165.18 | 177.56 | 67.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 191 | 253 | 0.68 | 0.25 | 0 | 0.01 | 201.63 | 0.98 | 0.65 |
| Hex | 51 | BF | FD | 44 | 19 | 0 | 1 | CA | 62 | 41 |
| Octal | 121 | 277 | 375 | 104 | 31 | 0 | 1 | 312 | 142 | 101 |
| Binary | 1010001 | 10111111 | 11111101 | 1000100 | 11001 | 0 | 1 | 11001010 | 1100010 | 1000001 |
Color Harmonies of #51BFFD
Complementary color
Monochromatic Colors of #51BFFD
Black with #51BFFD
Text Example
Text Example
White with #51BFFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51BFFD; }
p { color: rgb(81,191,253); }
H1.HeaderClassName
{
color: #51BFFD;
}
.AnyTagClassName
{
color: #51BFFD;
}
</style>
background-color css
<style>
a { background-color: #51BFFD; }
a { background-color: rgb(81,191,253); }
div.DivClassName
{
background-color: #51BFFD;
}
.BgClassName
{
background-color: #51BFFD;
}
</style>
border-color css
<style>
span { border-color: #51BFFD; }
span { border-color: rgb(81,191,253); }
td.TdClassName
{
border-color: #51BFFD;
}
.TagClassName
{
border-color: #51BFFD;
}
</style>