Shades of Maya Blue #50CCFF
Tints of Maya Blue #50CCFF
RGB
CMYK
RGB Variations
Color information
#50CCFF (or 0x50CCFF) is known color: Maya Blue. HEX triplet: 50, CC and FF. RGB value is (80,204,255). Sum of RGB (Red+Green+Blue) = 80+204+255=539 (71% of max value = 765). Red value is 80 (31.64% from 255 or 14.84% from 539); Green value is 204 (80.08% from 255 or 37.85% from 539); Blue value is 255 (100% from 255 or 47.31% from 539); Max value from RGB is 255 - color contains mainly: blue. Hex color #50CCFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #50CCFF is #AF3300. Grayscale: #ACACAC. Windows color (decimal): -11481857 or 16763984. OLE color: 16763984.
HSL color Cylindrical-coordinate representation of color #50CCFF: hue angle of 197.49º 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 #50CCFF is Cyan = 0.69, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 80 | 204 | 255 | - |
| CMYK | 0.69 | 0.2 | 0 | 0 |
| HSL | 197.49º | 1% | 0.66% | - |
| HSV(B) | 197.49º | 0.69% | 1% | - |
| XYZ | 42.95 | 52.11 | 102.4 | - |
| YUV | 172.74 | 174.42 | 61.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 204 | 255 | 0.69 | 0.2 | 0 | 0 | 197.49 | 1 | 0.66 |
| Hex | 50 | CC | FF | 45 | 14 | 0 | 0 | C5 | 64 | 42 |
| Octal | 120 | 314 | 377 | 105 | 24 | 0 | 0 | 305 | 144 | 102 |
| Binary | 1010000 | 11001100 | 11111111 | 1000101 | 10100 | 0 | 0 | 11000101 | 1100100 | 1000010 |
Color Harmonies of #50CCFF
Complementary color
Monochromatic Colors of #50CCFF
Black with #50CCFF
Text Example
Text Example
White with #50CCFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50CCFF; }
p { color: rgb(80,204,255); }
H1.HeaderClassName
{
color: #50CCFF;
}
.AnyTagClassName
{
color: #50CCFF;
}
</style>
background-color css
<style>
a { background-color: #50CCFF; }
a { background-color: rgb(80,204,255); }
div.DivClassName
{
background-color: #50CCFF;
}
.BgClassName
{
background-color: #50CCFF;
}
</style>
border-color css
<style>
span { border-color: #50CCFF; }
span { border-color: rgb(80,204,255); }
td.TdClassName
{
border-color: #50CCFF;
}
.TagClassName
{
border-color: #50CCFF;
}
</style>