Shades of Maya Blue #51CBFC
Tints of Maya Blue #51CBFC
RGB
CMYK
RGB Variations
Color information
#51CBFC (or 0x51CBFC) is known color: Maya Blue. HEX triplet: 51, CB and FC. RGB value is (81,203,252). Sum of RGB (Red+Green+Blue) = 81+203+252=536 (70% of max value = 765). Red value is 81 (32.03% from 255 or 15.11% from 536); Green value is 203 (79.69% from 255 or 37.87% from 536); Blue value is 252 (98.83% from 255 or 47.01% from 536); Max value from RGB is 252 - color contains mainly: blue. Hex color #51CBFC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #51CBFC is #AE3403. Grayscale: #ABABAB. Windows color (decimal): -11416580 or 16567121. OLE color: 16567121.
HSL color Cylindrical-coordinate representation of color #51CBFC: hue angle of 197.19º 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 #51CBFC is Cyan = 0.68, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 81 | 203 | 252 | - |
| CMYK | 0.68 | 0.19 | 0 | 0.01 |
| HSL | 197.19º | 0.97% | 0.65% | - |
| HSV(B) | 197.19º | 0.68% | 0.99% | - |
| XYZ | 42.32 | 51.49 | 99.8 | - |
| YUV | 172.11 | 173.08 | 63.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 203 | 252 | 0.68 | 0.19 | 0 | 0.01 | 197.19 | 0.97 | 0.65 |
| Hex | 51 | CB | FC | 44 | 13 | 0 | 1 | C5 | 61 | 41 |
| Octal | 121 | 313 | 374 | 104 | 23 | 0 | 1 | 305 | 141 | 101 |
| Binary | 1010001 | 11001011 | 11111100 | 1000100 | 10011 | 0 | 1 | 11000101 | 1100001 | 1000001 |
Color Harmonies of #51CBFC
Complementary color
Monochromatic Colors of #51CBFC
Black with #51CBFC
Text Example
Text Example
White with #51CBFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51CBFC; }
p { color: rgb(81,203,252); }
H1.HeaderClassName
{
color: #51CBFC;
}
.AnyTagClassName
{
color: #51CBFC;
}
</style>
background-color css
<style>
a { background-color: #51CBFC; }
a { background-color: rgb(81,203,252); }
div.DivClassName
{
background-color: #51CBFC;
}
.BgClassName
{
background-color: #51CBFC;
}
</style>
border-color css
<style>
span { border-color: #51CBFC; }
span { border-color: rgb(81,203,252); }
td.TdClassName
{
border-color: #51CBFC;
}
.TagClassName
{
border-color: #51CBFC;
}
</style>