Shades of Maya Blue #50C9FD
Tints of Maya Blue #50C9FD
RGB
CMYK
RGB Variations
Color information
#50C9FD (or 0x50C9FD) is known color: Maya Blue. HEX triplet: 50, C9 and FD. RGB value is (80,201,253). Sum of RGB (Red+Green+Blue) = 80+201+253=534 (70% of max value = 765). Red value is 80 (31.64% from 255 or 14.98% from 534); Green value is 201 (78.91% from 255 or 37.64% from 534); Blue value is 253 (99.22% from 255 or 47.38% from 534); Max value from RGB is 253 - color contains mainly: blue. Hex color #50C9FD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #50C9FD is #AF3602. Grayscale: #AAAAAA. Windows color (decimal): -11482627 or 16632144. OLE color: 16632144.
HSL color Cylindrical-coordinate representation of color #50C9FD: hue angle of 198.03º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #50C9FD is Cyan = 0.68, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 80 | 201 | 253 | - |
| CMYK | 0.68 | 0.21 | 0 | 0.01 |
| HSL | 198.03º | 0.98% | 0.65% | - |
| HSV(B) | 198.03º | 0.68% | 0.99% | - |
| XYZ | 41.92 | 50.57 | 100.48 | - |
| YUV | 170.75 | 174.41 | 63.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 201 | 253 | 0.68 | 0.21 | 0 | 0.01 | 198.03 | 0.98 | 0.65 |
| Hex | 50 | C9 | FD | 44 | 15 | 0 | 1 | C6 | 62 | 41 |
| Octal | 120 | 311 | 375 | 104 | 25 | 0 | 1 | 306 | 142 | 101 |
| Binary | 1010000 | 11001001 | 11111101 | 1000100 | 10101 | 0 | 1 | 11000110 | 1100010 | 1000001 |
Color Harmonies of #50C9FD
Complementary color
Monochromatic Colors of #50C9FD
Black with #50C9FD
Text Example
Text Example
White with #50C9FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50C9FD; }
p { color: rgb(80,201,253); }
H1.HeaderClassName
{
color: #50C9FD;
}
.AnyTagClassName
{
color: #50C9FD;
}
</style>
background-color css
<style>
a { background-color: #50C9FD; }
a { background-color: rgb(80,201,253); }
div.DivClassName
{
background-color: #50C9FD;
}
.BgClassName
{
background-color: #50C9FD;
}
</style>
border-color css
<style>
span { border-color: #50C9FD; }
span { border-color: rgb(80,201,253); }
td.TdClassName
{
border-color: #50C9FD;
}
.TagClassName
{
border-color: #50C9FD;
}
</style>