Shades of Maya Blue #50CEFE
Tints of Maya Blue #50CEFE
RGB
CMYK
RGB Variations
Color information
#50CEFE (or 0x50CEFE) is known color: Maya Blue. HEX triplet: 50, CE and FE. RGB value is (80,206,254). Sum of RGB (Red+Green+Blue) = 80+206+254=540 (71% of max value = 765). Red value is 80 (31.64% from 255 or 14.81% from 540); Green value is 206 (80.86% from 255 or 38.15% from 540); Blue value is 254 (99.61% from 255 or 47.04% from 540); Max value from RGB is 254 - color contains mainly: blue. Hex color #50CEFE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #50CEFE is #AF3101. Grayscale: #ADADAD. Windows color (decimal): -11481346 or 16698960. OLE color: 16698960.
HSL color Cylindrical-coordinate representation of color #50CEFE: hue angle of 196.55º 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 #50CEFE is Cyan = 0.69, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 80 | 206 | 254 | - |
| CMYK | 0.69 | 0.19 | 0 | 0.00 |
| HSL | 196.55º | 0.99% | 0.65% | - |
| HSV(B) | 196.55º | 0.69% | 1% | - |
| XYZ | 43.27 | 53 | 101.72 | - |
| YUV | 173.8 | 173.26 | 61.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 206 | 254 | 0.69 | 0.19 | 0 | 0.00 | 196.55 | 0.99 | 0.65 |
| Hex | 50 | CE | FE | 45 | 13 | 0 | 0 | C5 | 63 | 41 |
| Octal | 120 | 316 | 376 | 105 | 23 | 0 | 0 | 305 | 143 | 101 |
| Binary | 1010000 | 11001110 | 11111110 | 1000101 | 10011 | 0 | 0 | 11000101 | 1100011 | 1000001 |
Color Harmonies of #50CEFE
Complementary color
Monochromatic Colors of #50CEFE
Black with #50CEFE
Text Example
Text Example
White with #50CEFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50CEFE; }
p { color: rgb(80,206,254); }
H1.HeaderClassName
{
color: #50CEFE;
}
.AnyTagClassName
{
color: #50CEFE;
}
</style>
background-color css
<style>
a { background-color: #50CEFE; }
a { background-color: rgb(80,206,254); }
div.DivClassName
{
background-color: #50CEFE;
}
.BgClassName
{
background-color: #50CEFE;
}
</style>
border-color css
<style>
span { border-color: #50CEFE; }
span { border-color: rgb(80,206,254); }
td.TdClassName
{
border-color: #50CEFE;
}
.TagClassName
{
border-color: #50CEFE;
}
</style>