Shades of Maya Blue #50CBFC
Tints of Maya Blue #50CBFC
RGB
CMYK
RGB Variations
Color information
#50CBFC (or 0x50CBFC) is known color: Maya Blue. HEX triplet: 50, CB and FC. RGB value is (80,203,252). Sum of RGB (Red+Green+Blue) = 80+203+252=535 (70% of max value = 765). Red value is 80 (31.64% from 255 or 14.95% from 535); Green value is 203 (79.69% from 255 or 37.94% from 535); Blue value is 252 (98.83% from 255 or 47.10% from 535); Max value from RGB is 252 - color contains mainly: blue. Hex color #50CBFC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #50CBFC is #AF3403. Grayscale: #ABABAB. Windows color (decimal): -11482116 or 16567120. OLE color: 16567120.
HSL color Cylindrical-coordinate representation of color #50CBFC: hue angle of 197.09º degrees, saturation: 0.97, 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 #50CBFC is Cyan = 0.68, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 80 | 203 | 252 | - |
| CMYK | 0.68 | 0.19 | 0 | 0.01 |
| HSL | 197.09º | 0.97% | 0.65% | - |
| HSV(B) | 197.09º | 0.68% | 0.99% | - |
| XYZ | 42.23 | 51.45 | 99.8 | - |
| YUV | 171.81 | 173.25 | 62.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 203 | 252 | 0.68 | 0.19 | 0 | 0.01 | 197.09 | 0.97 | 0.65 |
| Hex | 50 | CB | FC | 44 | 13 | 0 | 1 | C5 | 61 | 41 |
| Octal | 120 | 313 | 374 | 104 | 23 | 0 | 1 | 305 | 141 | 101 |
| Binary | 1010000 | 11001011 | 11111100 | 1000100 | 10011 | 0 | 1 | 11000101 | 1100001 | 1000001 |
Color Harmonies of #50CBFC
Complementary color
Monochromatic Colors of #50CBFC
Black with #50CBFC
Text Example
Text Example
White with #50CBFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50CBFC; }
p { color: rgb(80,203,252); }
H1.HeaderClassName
{
color: #50CBFC;
}
.AnyTagClassName
{
color: #50CBFC;
}
</style>
background-color css
<style>
a { background-color: #50CBFC; }
a { background-color: rgb(80,203,252); }
div.DivClassName
{
background-color: #50CBFC;
}
.BgClassName
{
background-color: #50CBFC;
}
</style>
border-color css
<style>
span { border-color: #50CBFC; }
span { border-color: rgb(80,203,252); }
td.TdClassName
{
border-color: #50CBFC;
}
.TagClassName
{
border-color: #50CBFC;
}
</style>