Shades of Baby Blue #50FFFC
Tints of Baby Blue #50FFFC
RGB
CMYK
RGB Variations
Color information
#50FFFC (or 0x50FFFC) is known color: Baby Blue. HEX triplet: 50, FF and FC. RGB value is (80,255,252). Sum of RGB (Red+Green+Blue) = 80+255+252=587 (77% of max value = 765). Red value is 80 (31.64% from 255 or 13.63% from 587); Green value is 255 (100% from 255 or 43.44% from 587); Blue value is 252 (98.83% from 255 or 42.93% from 587); Max value from RGB is 255 - color contains mainly: green. Hex color #50FFFC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #50FFFC is #AF0003. Grayscale: #CACACA. Windows color (decimal): -11468804 or 16580432. OLE color: 16580432.
HSL color Cylindrical-coordinate representation of color #50FFFC: hue angle of 178.97º 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 #50FFFC is Cyan = 0.69, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.
Color convert
| RGB | 80 | 255 | 252 | - |
| CMYK | 0.69 | 0 | 0.01 | 0 |
| HSL | 178.97º | 1% | 0.66% | - |
| HSV(B) | 178.97º | 0.69% | 1% | - |
| XYZ | 56.64 | 80.25 | 104.6 | - |
| YUV | 202.33 | 156.02 | 40.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 255 | 252 | 0.69 | 0 | 0.01 | 0 | 178.97 | 1 | 0.66 |
| Hex | 50 | FF | FC | 45 | 0 | 1 | 0 | B3 | 64 | 42 |
| Octal | 120 | 377 | 374 | 105 | 0 | 1 | 0 | 263 | 144 | 102 |
| Binary | 1010000 | 11111111 | 11111100 | 1000101 | 0 | 1 | 0 | 10110011 | 1100100 | 1000010 |
Color Harmonies of #50FFFC
Complementary color
Monochromatic Colors of #50FFFC
Black with #50FFFC
Text Example
Text Example
White with #50FFFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50FFFC; }
p { color: rgb(80,255,252); }
H1.HeaderClassName
{
color: #50FFFC;
}
.AnyTagClassName
{
color: #50FFFC;
}
</style>
background-color css
<style>
a { background-color: #50FFFC; }
a { background-color: rgb(80,255,252); }
div.DivClassName
{
background-color: #50FFFC;
}
.BgClassName
{
background-color: #50FFFC;
}
</style>
border-color css
<style>
span { border-color: #50FFFC; }
span { border-color: rgb(80,255,252); }
td.TdClassName
{
border-color: #50FFFC;
}
.TagClassName
{
border-color: #50FFFC;
}
</style>