Shades of Maya Blue #50CBFF
Tints of Maya Blue #50CBFF
RGB
CMYK
RGB Variations
Color information
#50CBFF (or 0x50CBFF) is known color: Maya Blue. HEX triplet: 50, CB and FF. RGB value is (80,203,255). Sum of RGB (Red+Green+Blue) = 80+203+255=538 (71% of max value = 765). Red value is 80 (31.64% from 255 or 14.87% from 538); Green value is 203 (79.69% from 255 or 37.73% from 538); Blue value is 255 (100% from 255 or 47.40% from 538); Max value from RGB is 255 - color contains mainly: blue. Hex color #50CBFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #50CBFF is #AF3400. Grayscale: #ABABAB. Windows color (decimal): -11482113 or 16763728. OLE color: 16763728.
HSL color Cylindrical-coordinate representation of color #50CBFF: hue angle of 197.83º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #50CBFF is Cyan = 0.69, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 80 | 203 | 255 | - |
| CMYK | 0.69 | 0.20 | 0 | 0 |
| HSL | 197.83º | 1% | 0.66% | - |
| HSV(B) | 197.83º | 0.69% | 1% | - |
| XYZ | 42.71 | 51.64 | 102.32 | - |
| YUV | 172.15 | 174.75 | 62.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 203 | 255 | 0.69 | 0.20 | 0 | 0 | 197.83 | 1 | 0.66 |
| Hex | 50 | CB | FF | 45 | 14 | 0 | 0 | C6 | 64 | 42 |
| Octal | 120 | 313 | 377 | 105 | 24 | 0 | 0 | 306 | 144 | 102 |
| Binary | 1010000 | 11001011 | 11111111 | 1000101 | 10100 | 0 | 0 | 11000110 | 1100100 | 1000010 |
Color Harmonies of #50CBFF
Complementary color
Monochromatic Colors of #50CBFF
Black with #50CBFF
Text Example
Text Example
White with #50CBFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50CBFF; }
p { color: rgb(80,203,255); }
H1.HeaderClassName
{
color: #50CBFF;
}
.AnyTagClassName
{
color: #50CBFF;
}
</style>
background-color css
<style>
a { background-color: #50CBFF; }
a { background-color: rgb(80,203,255); }
div.DivClassName
{
background-color: #50CBFF;
}
.BgClassName
{
background-color: #50CBFF;
}
</style>
border-color css
<style>
span { border-color: #50CBFF; }
span { border-color: rgb(80,203,255); }
td.TdClassName
{
border-color: #50CBFF;
}
.TagClassName
{
border-color: #50CBFF;
}
</style>