Shades of Maya Blue #51CFFF
Tints of Maya Blue #51CFFF
RGB
CMYK
RGB Variations
Color information
#51CFFF (or 0x51CFFF) is known color: Maya Blue. HEX triplet: 51, CF and FF. RGB value is (81,207,255). Sum of RGB (Red+Green+Blue) = 81+207+255=543 (71% of max value = 765). Red value is 81 (32.03% from 255 or 14.92% from 543); Green value is 207 (81.25% from 255 or 38.12% from 543); Blue value is 255 (100% from 255 or 46.96% from 543); Max value from RGB is 255 - color contains mainly: blue. Hex color #51CFFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #51CFFF is #AE3000. Grayscale: #AEAEAE. Windows color (decimal): -11415553 or 16764753. OLE color: 16764753.
HSL color Cylindrical-coordinate representation of color #51CFFF: hue angle of 196.55º 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 #51CFFF is Cyan = 0.68, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 81 | 207 | 255 | - |
| CMYK | 0.68 | 0.19 | 0 | 0 |
| HSL | 196.55º | 1% | 0.66% | - |
| HSV(B) | 196.55º | 0.68% | 1% | - |
| XYZ | 43.76 | 53.59 | 102.65 | - |
| YUV | 174.8 | 173.26 | 61.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 207 | 255 | 0.68 | 0.19 | 0 | 0 | 196.55 | 1 | 0.66 |
| Hex | 51 | CF | FF | 44 | 13 | 0 | 0 | C5 | 64 | 42 |
| Octal | 121 | 317 | 377 | 104 | 23 | 0 | 0 | 305 | 144 | 102 |
| Binary | 1010001 | 11001111 | 11111111 | 1000100 | 10011 | 0 | 0 | 11000101 | 1100100 | 1000010 |
Color Harmonies of #51CFFF
Complementary color
Monochromatic Colors of #51CFFF
Black with #51CFFF
Text Example
Text Example
White with #51CFFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51CFFF; }
p { color: rgb(81,207,255); }
H1.HeaderClassName
{
color: #51CFFF;
}
.AnyTagClassName
{
color: #51CFFF;
}
</style>
background-color css
<style>
a { background-color: #51CFFF; }
a { background-color: rgb(81,207,255); }
div.DivClassName
{
background-color: #51CFFF;
}
.BgClassName
{
background-color: #51CFFF;
}
</style>
border-color css
<style>
span { border-color: #51CFFF; }
span { border-color: rgb(81,207,255); }
td.TdClassName
{
border-color: #51CFFF;
}
.TagClassName
{
border-color: #51CFFF;
}
</style>