Shades of Maya Blue #50CDFF
Tints of Maya Blue #50CDFF
RGB
CMYK
RGB Variations
Color information
#50CDFF (or 0x50CDFF) is known color: Maya Blue. HEX triplet: 50, CD and FF. RGB value is (80,205,255). Sum of RGB (Red+Green+Blue) = 80+205+255=540 (71% of max value = 765). Red value is 80 (31.64% from 255 or 14.81% from 540); Green value is 205 (80.47% from 255 or 37.96% from 540); Blue value is 255 (100% from 255 or 47.22% from 540); Max value from RGB is 255 - color contains mainly: blue. Hex color #50CDFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #50CDFF is #AF3200. Grayscale: #ADADAD. Windows color (decimal): -11481601 or 16764240. OLE color: 16764240.
HSL color Cylindrical-coordinate representation of color #50CDFF: hue angle of 197.14º 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 #50CDFF is Cyan = 0.69, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 80 | 205 | 255 | - |
| CMYK | 0.69 | 0.20 | 0 | 0 |
| HSL | 197.14º | 1% | 0.66% | - |
| HSV(B) | 197.14º | 0.69% | 1% | - |
| XYZ | 43.19 | 52.59 | 102.48 | - |
| YUV | 173.33 | 174.09 | 61.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 205 | 255 | 0.69 | 0.20 | 0 | 0 | 197.14 | 1 | 0.66 |
| Hex | 50 | CD | FF | 45 | 14 | 0 | 0 | C5 | 64 | 42 |
| Octal | 120 | 315 | 377 | 105 | 24 | 0 | 0 | 305 | 144 | 102 |
| Binary | 1010000 | 11001101 | 11111111 | 1000101 | 10100 | 0 | 0 | 11000101 | 1100100 | 1000010 |
Color Harmonies of #50CDFF
Complementary color
Monochromatic Colors of #50CDFF
Black with #50CDFF
Text Example
Text Example
White with #50CDFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50CDFF; }
p { color: rgb(80,205,255); }
H1.HeaderClassName
{
color: #50CDFF;
}
.AnyTagClassName
{
color: #50CDFF;
}
</style>
background-color css
<style>
a { background-color: #50CDFF; }
a { background-color: rgb(80,205,255); }
div.DivClassName
{
background-color: #50CDFF;
}
.BgClassName
{
background-color: #50CDFF;
}
</style>
border-color css
<style>
span { border-color: #50CDFF; }
span { border-color: rgb(80,205,255); }
td.TdClassName
{
border-color: #50CDFF;
}
.TagClassName
{
border-color: #50CDFF;
}
</style>