Shades of Maya Blue #50CCFE
Tints of Maya Blue #50CCFE
RGB
CMYK
RGB Variations
Color information
#50CCFE (or 0x50CCFE) is known color: Maya Blue. HEX triplet: 50, CC and FE. RGB value is (80,204,254). Sum of RGB (Red+Green+Blue) = 80+204+254=538 (71% of max value = 765). Red value is 80 (31.64% from 255 or 14.87% from 538); Green value is 204 (80.08% from 255 or 37.92% from 538); Blue value is 254 (99.61% from 255 or 47.21% from 538); Max value from RGB is 254 - color contains mainly: blue. Hex color #50CCFE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #50CCFE is #AF3301. Grayscale: #ACACAC. Windows color (decimal): -11481858 or 16698448. OLE color: 16698448.
HSL color Cylindrical-coordinate representation of color #50CCFE: hue angle of 197.24º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #50CCFE is Cyan = 0.69, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 80 | 204 | 254 | - |
| CMYK | 0.69 | 0.20 | 0 | 0.00 |
| HSL | 197.24º | 0.99% | 0.65% | - |
| HSV(B) | 197.24º | 0.69% | 1% | - |
| XYZ | 42.79 | 52.05 | 101.56 | - |
| YUV | 172.62 | 173.92 | 61.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 204 | 254 | 0.69 | 0.20 | 0 | 0.00 | 197.24 | 0.99 | 0.65 |
| Hex | 50 | CC | FE | 45 | 14 | 0 | 0 | C5 | 63 | 41 |
| Octal | 120 | 314 | 376 | 105 | 24 | 0 | 0 | 305 | 143 | 101 |
| Binary | 1010000 | 11001100 | 11111110 | 1000101 | 10100 | 0 | 0 | 11000101 | 1100011 | 1000001 |
Color Harmonies of #50CCFE
Complementary color
Monochromatic Colors of #50CCFE
Black with #50CCFE
Text Example
Text Example
White with #50CCFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50CCFE; }
p { color: rgb(80,204,254); }
H1.HeaderClassName
{
color: #50CCFE;
}
.AnyTagClassName
{
color: #50CCFE;
}
</style>
background-color css
<style>
a { background-color: #50CCFE; }
a { background-color: rgb(80,204,254); }
div.DivClassName
{
background-color: #50CCFE;
}
.BgClassName
{
background-color: #50CCFE;
}
</style>
border-color css
<style>
span { border-color: #50CCFE; }
span { border-color: rgb(80,204,254); }
td.TdClassName
{
border-color: #50CCFE;
}
.TagClassName
{
border-color: #50CCFE;
}
</style>