Shades of Maya Blue #50C2FD
Tints of Maya Blue #50C2FD
RGB
CMYK
RGB Variations
Color information
#50C2FD (or 0x50C2FD) is known color: Maya Blue. HEX triplet: 50, C2 and FD. RGB value is (80,194,253). Sum of RGB (Red+Green+Blue) = 80+194+253=527 (69% of max value = 765). Red value is 80 (31.64% from 255 or 15.18% from 527); Green value is 194 (76.17% from 255 or 36.81% from 527); Blue value is 253 (99.22% from 255 or 48.01% from 527); Max value from RGB is 253 - color contains mainly: blue. Hex color #50C2FD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #50C2FD is #AF3D02. Grayscale: #A6A6A6. Windows color (decimal): -11484419 or 16630352. OLE color: 16630352.
HSL color Cylindrical-coordinate representation of color #50C2FD: hue angle of 200.46º 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 #50C2FD is Cyan = 0.68, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 80 | 194 | 253 | - |
| CMYK | 0.68 | 0.23 | 0 | 0.01 |
| HSL | 200.46º | 0.98% | 0.65% | - |
| HSV(B) | 200.46º | 0.68% | 0.99% | - |
| XYZ | 40.33 | 47.38 | 99.95 | - |
| YUV | 166.64 | 176.73 | 66.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 194 | 253 | 0.68 | 0.23 | 0 | 0.01 | 200.46 | 0.98 | 0.65 |
| Hex | 50 | C2 | FD | 44 | 17 | 0 | 1 | C8 | 62 | 41 |
| Octal | 120 | 302 | 375 | 104 | 27 | 0 | 1 | 310 | 142 | 101 |
| Binary | 1010000 | 11000010 | 11111101 | 1000100 | 10111 | 0 | 1 | 11001000 | 1100010 | 1000001 |
Color Harmonies of #50C2FD
Complementary color
Monochromatic Colors of #50C2FD
Black with #50C2FD
Text Example
Text Example
White with #50C2FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50C2FD; }
p { color: rgb(80,194,253); }
H1.HeaderClassName
{
color: #50C2FD;
}
.AnyTagClassName
{
color: #50C2FD;
}
</style>
background-color css
<style>
a { background-color: #50C2FD; }
a { background-color: rgb(80,194,253); }
div.DivClassName
{
background-color: #50C2FD;
}
.BgClassName
{
background-color: #50C2FD;
}
</style>
border-color css
<style>
span { border-color: #50C2FD; }
span { border-color: rgb(80,194,253); }
td.TdClassName
{
border-color: #50C2FD;
}
.TagClassName
{
border-color: #50C2FD;
}
</style>